#ED89BB

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

Shades of Persian Pink #ED89BB

Tints of Persian Pink #ED89BB

Color information

#ED89BB (or 0xED89BB) is unknown color: approx Persian Pink. HEX triplet: ED, 89 and BB. RGB value is (237,137,187). Sum of RGB (Red+Green+Blue) = 237+137+187=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 137 (53.91% from 255 or 24.42% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #ED89BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED89BB is #127644. Grayscale: #ACACAC. Windows color (decimal): -1209925 or 12290541. OLE color: 12290541.

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

Color convert

RGB237137187-
CMYK00.420.210.07
HSL330º73.53%73.33%-
HSV(B)330º42.19%92.94%-
XYZ52.8439.4851.85-
YUV172.6136.13173.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.25%
GREEN value IS 137 (53.91% from 255) = 24.42%
BLUE value IS 187 (73.44% from 255) = 33.33%
R=42.25%
G=24.42%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713718700.420.210.0733073.5373.33
HexED89BB02A15714a4a49
Octal355211273052257512112111
Binary11101101100010011011101101010101010111110100101010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED89BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED89BB; }

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

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

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

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

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

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

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

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