#ED81B3

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

Shades of Persian Pink #ED81B3

Tints of Persian Pink #ED81B3

Color information

#ED81B3 (or 0xED81B3) is unknown color: approx Persian Pink. HEX triplet: ED, 81 and B3. RGB value is (237,129,179). Sum of RGB (Red+Green+Blue) = 237+129+179=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 179 (70.31% from 255 or 32.84% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #ED81B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED81B3 is #127E4C. Grayscale: #A6A6A6. Windows color (decimal): -1211981 or 11764205. OLE color: 11764205.

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

Color convert

RGB237129179-
CMYK00.460.240.07
HSL332.22º75%71.76%-
HSV(B)332.22º45.57%92.94%-
XYZ50.9136.9647.1-
YUV166.99134.78177.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.49%
GREEN value IS 129 (50.78% from 255) = 23.67%
BLUE value IS 179 (70.31% from 255) = 32.84%
R=43.49%
G=23.67%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712917900.460.240.07332.227571.76
HexED81B302E18714c4b48
Octal355201263056307514113110
Binary11101101100000011011001101011101100011110100110010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED81B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED81B3; }

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

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

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

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

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

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

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

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