#ED81BA

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

Shades of Persian Pink #ED81BA

Tints of Persian Pink #ED81BA

Color information

#ED81BA (or 0xED81BA) is unknown color: approx Persian Pink. HEX triplet: ED, 81 and BA. RGB value is (237,129,186). Sum of RGB (Red+Green+Blue) = 237+129+186=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 129 (50.78% from 255 or 23.37% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #ED81BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED81BA is #127E45. Grayscale: #A7A7A7. Windows color (decimal): -1211974 or 12222957. OLE color: 12222957.

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

Color convert

RGB237129186-
CMYK00.460.220.07
HSL328.33º75%71.76%-
HSV(B)328.33º45.57%92.94%-
XYZ51.6437.2550.92-
YUV167.79138.28177.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.93%
GREEN value IS 129 (50.78% from 255) = 23.37%
BLUE value IS 186 (73.05% from 255) = 33.70%
R=42.93%
G=23.37%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712918600.460.220.07328.337571.76
HexED81BA02E1671484b48
Octal355201272056267510113110
Binary11101101100000011011101001011101011011110100100010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED81BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED81BA; }

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

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

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

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

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

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

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

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