#E080B5

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

Shades of Persian Pink #E080B5

Tints of Persian Pink #E080B5

Color information

#E080B5 (or 0xE080B5) is unknown color: approx Persian Pink. HEX triplet: E0, 80 and B5. RGB value is (224,128,181). Sum of RGB (Red+Green+Blue) = 224+128+181=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 128 (50.39% from 255 or 24.02% from 533); Blue value is 181 (71.09% from 255 or 33.96% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E080B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E080B5 is #1F7F4A. Grayscale: #A2A2A2. Windows color (decimal): -2064203 or 11895008. OLE color: 11895008.

HSL color Cylindrical-coordinate representation of color #E080B5: hue angle of 326.88º 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 #E080B5 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB224128181-
CMYK00.430.190.12
HSL326.88º60.76%69.02%-
HSV(B)326.88º42.86%87.84%-
XYZ46.834.6247.93-
YUV162.75138.3171.69-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.03%
GREEN value IS 128 (50.39% from 255) = 24.02%
BLUE value IS 181 (71.09% from 255) = 33.96%
R=42.03%
G=24.02%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412818100.430.190.12326.8860.7669.02
HexE080B502B13C1473d45
Octal340200265053231450775105
Binary11100000100000001011010101010111001111001010001111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E080B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E080B5; }

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

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

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

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

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

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

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

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