#ED81BC

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

Shades of Persian Pink #ED81BC

Tints of Persian Pink #ED81BC

Color information

#ED81BC (or 0xED81BC) is unknown color: approx Persian Pink. HEX triplet: ED, 81 and BC. RGB value is (237,129,188). Sum of RGB (Red+Green+Blue) = 237+129+188=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 129 (50.78% from 255 or 23.29% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #ED81BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED81BC is #127E43. Grayscale: #A7A7A7. Windows color (decimal): -1211972 or 12354029. OLE color: 12354029.

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

Color convert

RGB237129188-
CMYK00.460.210.07
HSL327.22º75%71.76%-
HSV(B)327.22º45.57%92.94%-
XYZ51.8537.3452.05-
YUV168.02139.28177.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.78%
GREEN value IS 129 (50.78% from 255) = 23.29%
BLUE value IS 188 (73.83% from 255) = 33.94%
R=42.78%
G=23.29%
B=33.94%

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
Decimal23712918800.460.210.07327.227571.76
HexED81BC02E1571474b48
Octal355201274056257507113110
Binary11101101100000011011110001011101010111110100011110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED81BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED81BC; }

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

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

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

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

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

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

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

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