#E080B7

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

Shades of Persian Pink #E080B7

Tints of Persian Pink #E080B7

Color information

#E080B7 (or 0xE080B7) is unknown color: approx Persian Pink. HEX triplet: E0, 80 and B7. RGB value is (224,128,183). Sum of RGB (Red+Green+Blue) = 224+128+183=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 128 (50.39% from 255 or 23.93% from 535); Blue value is 183 (71.88% from 255 or 34.21% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E080B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E080B7 is #1F7F48. Grayscale: #A2A2A2. Windows color (decimal): -2064201 or 12026080. OLE color: 12026080.

HSL color Cylindrical-coordinate representation of color #E080B7: hue angle of 325.62º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E080B7 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB224128183-
CMYK00.430.180.12
HSL325.62º60.76%69.02%-
HSV(B)325.62º42.86%87.84%-
XYZ47.0134.749.02-
YUV162.97139.3171.53-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.87%
GREEN value IS 128 (50.39% from 255) = 23.93%
BLUE value IS 183 (71.88% from 255) = 34.21%
R=41.87%
G=23.93%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412818300.430.180.12325.6260.7669.02
HexE080B702B12C1463d45
Octal340200267053221450675105
Binary11100000100000001011011101010111001011001010001101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E080B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E080B7; }

 p { color: rgb(224,128,183); }

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

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

 a { background-color: rgb(224,128,183); }

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

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

 span { border-color: rgb(224,128,183); }

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