#ED89B5

Color #ED89B5 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #ED89B5

Tints of Persian Pink #ED89B5

Color information

#ED89B5 (or 0xED89B5) is unknown color: approx Persian Pink. HEX triplet: ED, 89 and B5. RGB value is (237,137,181). Sum of RGB (Red+Green+Blue) = 237+137+181=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 137 (53.91% from 255 or 24.68% from 555); Blue value is 181 (71.09% from 255 or 32.61% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #ED89B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED89B5 is #12764A. Grayscale: #ABABAB. Windows color (decimal): -1209931 or 11897325. OLE color: 11897325.

HSL color Cylindrical-coordinate representation of color #ED89B5: hue angle of 333.6º 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 #ED89B5 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB237137181-
CMYK00.420.240.07
HSL333.6º73.53%73.33%-
HSV(B)333.6º42.19%92.94%-
XYZ52.2139.2348.54-
YUV171.92133.13174.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.70%
GREEN value IS 137 (53.91% from 255) = 24.68%
BLUE value IS 181 (71.09% from 255) = 32.61%
R=42.70%
G=24.68%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713718100.420.240.07333.673.5373.33
HexED89B502A18714e4a49
Octal355211265052307516112111
Binary11101101100010011011010101010101100011110100111010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED89B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED89B5; }

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

 H1.HeaderClassName
 {
   color: #ED89B5;
 }
 .AnyTagClassName
 {
   color: #ED89B5;
 }
</style>
background-color css

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

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

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

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

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

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