#ED81BB

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

Shades of Persian Pink #ED81BB

Tints of Persian Pink #ED81BB

Color information

#ED81BB (or 0xED81BB) is unknown color: approx Persian Pink. HEX triplet: ED, 81 and BB. RGB value is (237,129,187). Sum of RGB (Red+Green+Blue) = 237+129+187=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #ED81BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED81BB is #127E44. Grayscale: #A7A7A7. Windows color (decimal): -1211973 or 12288493. OLE color: 12288493.

HSL color Cylindrical-coordinate representation of color #ED81BB: hue angle of 327.78º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED81BB is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB237129187-
CMYK00.460.210.07
HSL327.78º75%71.76%-
HSV(B)327.78º45.57%92.94%-
XYZ51.7437.2951.48-
YUV167.9138.78177.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.86%
GREEN value IS 129 (50.78% from 255) = 23.33%
BLUE value IS 187 (73.44% from 255) = 33.82%
R=42.86%
G=23.33%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712918700.460.210.07327.787571.76
HexED81BB02E1571484b48
Octal355201273056257510113110
Binary11101101100000011011101101011101010111110100100010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED81BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED81BB; }

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

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

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

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

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

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

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

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