COLOR #ED89F9

HEX: #ED89F9
RGB: (237,137,249)

Renk bilgisi

#ED89F9 contains mainly red and blue colors. #ED89F9 ‘ nin web güvenlik rengi #FF99FF (ya da #F9F) dir.

RGB renk modeli

#ED89F9 color RGB value is (237,137,249).

  • kırmız ton 237;
  • yeşil ton 137;
  • mavi ton 249.
RGB:
(237,137,249)
(93%,54%,98%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 137 of 255 = 54%
B 249 of 255 = 98%

237
137
249

R + G + B ~ 82%. #ED89F9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 137 + 249 = 623 (100%)
R 237 of 623 ~ 38.04%
G 137 of 623 ~ 21.99%
B 249 of 623 ~ 39.97%

%38.04
%21.99
%39.97

CMYK RENK MODELİ

#ED89F9 rengi CMYK tonu (5,45,0,2).

  • camgöbeği tonu 4.82%
  • eflatun tonu 44.98%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(5,45,0,2)
C5M45Y0K2 
(5%,45%,0%,2%)
(0.05/0.45/0.00/0.02)	

CMYK yüzdeleri

%4.82
%44.98
%0
%2.35

Codes

Color #ED89F9 in popluar color models

ED89F9
RGB237137249
HSL294°90.32%75.69%
HSB/HSV294°44.98%97.65%
CMYK4.82%44.98%0.00%
2.35%

Color #ED89F9 in popluar number systems.

HEXED89F9
Decimal237137249
Binary111011011000100111111001
Octal355211371

Shades and tints

Shades of #ED89F9

#ED89F9
(237,137,249)
#D87DE3
(216,125,227)
#C371CD
(195,113,205)
#AE65B7
(174,101,183)
#9959A1
(153,89,161)
#844D8B
(132,77,139)
#6F4175
(111,65,117)
#5A355F
(90,53,95)
#452949
(69,41,73)
#301D33
(48,29,51)
#1B111D
(27,17,29)
#000000
(0,0,0)

Tints of #ED89F9

#ED89F9
(237,137,249)
#EE93F9
(238,147,249)
#EF9DF9
(239,157,249)
#F0A7F9
(240,167,249)
#F1B1F9
(241,177,249)
#F2BBF9
(242,187,249)
#F3C5F9
(243,197,249)
#F4CFF9
(244,207,249)
#F5D9F9
(245,217,249)
#F6E3F9
(246,227,249)
#F7EDF9
(247,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED89F9 color. Also use rgb(237,137,249) instead hex code.

Text Font Color

.myTextColor { color: #ED89F9; }

<p style="color:#ED89F9">This sample text font color is #ED89F9.</p>

This text font color is #ED89F9.


Background Color

.myBgColor { background-color: #ED89F9; }

<div style="background-color:#ED89F9">Inner text</div>

This div background color is #ED89F9.


Border color

.myBorderColor { border: 1px solid #ED89F9; }

<div style="border:3px solid #ED89F9">Div</div>

This div border color is #ED89F9.


Opacity

.myOpacity80 { color: #ED89F9; opacity: 0.8; }

<p style="color:#ED89F9;opacity:0.8;">80%</p>

Text with #ED89F9 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #ED89F9;}

<p style="text-shadow: 3px 3px 1px #ED89F9">Text here.</p>

This text has shadow with #ED89F9 color.

.textShadow {text-shadow: 3px 3px 1px #ED89F9, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #ED89F9, 5px 5px 20px red">Text here.</p>

This text has shadow with #ED89F9 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ED89F9, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#ED89F9, Direction=45, Strength=4)">Text</p>

This text has shadow with #ED89F9 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #ED89F9;
  -webkit-box-shadow:	1px 1px 3px 2px #ED89F9;
  box-shadow:		1px 1px 3px 2px #ED89F9;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ED89F9;
-webkit-box-shadow: 1px 1px 3px 2px #ED89F9;
box-shadow:1px 1px 3px 2px #ED89F9;">
Div content here</div>
This div box has shadow with color #ED89F9.

Preview

Color preview on black background

This text has color #ED89F9 on black background.


Color preview on white background

This text has color #ED89F9 on white background.



Black color preview on #ED89F9 background

This text has black color on #ED89F9 background.


White color preview on #ED89F9 background

This text has white color on #ED89F9 background.