#ED88B4

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

Shades of Persian Pink #ED88B4

Tints of Persian Pink #ED88B4

Color information

#ED88B4 (or 0xED88B4) is unknown color: approx Persian Pink. HEX triplet: ED, 88 and B4. RGB value is (237,136,180). Sum of RGB (Red+Green+Blue) = 237+136+180=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 136 (53.52% from 255 or 24.59% from 553); Blue value is 180 (70.70% from 255 or 32.55% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #ED88B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED88B4 is #12774B. Grayscale: #ABABAB. Windows color (decimal): -1210188 or 11831533. OLE color: 11831533.

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

Color convert

RGB237136180-
CMYK00.430.240.07
HSL333.86º73.72%73.14%-
HSV(B)333.86º42.62%92.94%-
XYZ51.9738.9147.95-
YUV171.22132.96174.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.86%
GREEN value IS 136 (53.52% from 255) = 24.59%
BLUE value IS 180 (70.70% from 255) = 32.55%
R=42.86%
G=24.59%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713618000.430.240.07333.8673.7273.14
HexED88B402B18714e4a49
Octal355210264053307516112111
Binary11101101100010001011010001010111100011110100111010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED88B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED88B4; }

 p { color: rgb(237,136,180); }

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

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

 a { background-color: rgb(237,136,180); }

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

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

 span { border-color: rgb(237,136,180); }

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