Html Css Color HEX #ED89B9 Persian Pink

📋 copy color: '#ED89B9'

red 237 ◦ green 137 ◦ blue 185

#ED89B9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #ED89B9

Tints of Persian Pink #ED89B9

RGB

 RED value IS 237 (92.97% from 255) = 42.4%

 GREEN value IS 137 (53.91% from 255) = 24.51%

 BLUE value IS 185 (72.66% from 255) = 33.09%

R = 42.4%
G = 24.51%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ED89B9 (or 0xED89B9) is known color: Persian Pink. HEX triplet: ED, 89 and B9. RGB value is (237,137,185). Sum of RGB (Red+Green+Blue) = 237+137+185=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 137 (53.91% from 255 or 24.51% from 559); Blue value is 185 (72.66% from 255 or 33.09% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #ED89B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED89B9 is #127646. Grayscale: #ACACAC. Windows color (decimal): -1209927 or 12159469. OLE color: 12159469.

HSL color Cylindrical-coordinate representation of color #ED89B9: hue angle of 331.2º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ED89B9 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 137 185 -
CMYK 0 0.42 0.22 0.07
HSL 331.2º 0.74% 0.73% -
HSV(B) 331.2º 0.42% 0.93% -
XYZ 52.63 39.4 50.73 -
YUV 172.37 135.13 174.1 -
System Red Green Blue C M Y K H S L
Decimal 237 137 185 0 0.42 0.22 0.07 331.2 0.74 0.73
Hex ED 89 B9 0 2A 16 7 14B 4A 49
Octal 355 211 271 0 52 26 7 513 112 111
Binary 11101101 10001001 10111001 0 101010 10110 111 101001011 1001010 1001001

Color Harmonies of #ED89B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED89B9

Black with #ED89B9

Text Example


Text Example

White with #ED89B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED89B9; }

 p { color: rgb(237,137,185); }

 H1.HeaderClassName
 {
   color: #ED89B9;
 }
 .AnyTagClassName
 {
   color: #ED89B9;
 }
</style>

background-color css

<style>
 a { background-color: #ED89B9; }

 a { background-color: rgb(237,137,185); }

 div.DivClassName
 {
   background-color: #ED89B9;
 }
 .BgClassName
 {
   background-color: #ED89B9;
 }
</style>

border-color css

<style>
 span { border-color: #ED89B9; }

 span { border-color: rgb(237,137,185); }

 td.TdClassName
 {
   border-color: #ED89B9;
 }
 .TagClassName
 {
   border-color: #ED89B9;
 }
</style>