#ED80B8

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

Shades of Persian Pink #ED80B8

Tints of Persian Pink #ED80B8

Color information

#ED80B8 (or 0xED80B8) is unknown color: approx Persian Pink. HEX triplet: ED, 80 and B8. RGB value is (237,128,184). Sum of RGB (Red+Green+Blue) = 237+128+184=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #ED80B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED80B8 is #127F47. Grayscale: #A6A6A6. Windows color (decimal): -1212232 or 12091629. OLE color: 12091629.

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

Color convert

RGB237128184-
CMYK00.460.220.07
HSL329.17º75.17%71.57%-
HSV(B)329.17º45.99%92.94%-
XYZ51.336.949.77-
YUV166.98137.61177.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.17%
GREEN value IS 128 (50.39% from 255) = 23.32%
BLUE value IS 184 (72.27% from 255) = 33.52%
R=43.17%
G=23.32%
B=33.52%

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
Decimal23712818400.460.220.07329.1775.1771.57
HexED80B802E1671494b48
Octal355200270056267511113110
Binary11101101100000001011100001011101011011110100100110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED80B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED80B8; }

 p { color: rgb(237,128,184); }

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

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

 a { background-color: rgb(237,128,184); }

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

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

 span { border-color: rgb(237,128,184); }

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