#E082B8

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

Shades of Persian Pink #E082B8

Tints of Persian Pink #E082B8

Color information

#E082B8 (or 0xE082B8) is unknown color: approx Persian Pink. HEX triplet: E0, 82 and B8. RGB value is (224,130,184). Sum of RGB (Red+Green+Blue) = 224+130+184=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 184 (72.27% from 255 or 34.20% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E082B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E082B8 is #1F7D47. Grayscale: #A4A4A4. Windows color (decimal): -2063688 or 12092128. OLE color: 12092128.

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

Color convert

RGB224130184-
CMYK00.420.180.12
HSL325.53º60.26%69.41%-
HSV(B)325.53º41.96%87.84%-
XYZ47.3735.2749.66-
YUV164.26139.14170.61-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.64%
GREEN value IS 130 (51.17% from 255) = 24.16%
BLUE value IS 184 (72.27% from 255) = 34.20%
R=41.64%
G=24.16%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413018400.420.180.12325.5360.2669.41
HexE082B802A12C1463c45
Octal340202270052221450674105
Binary11100000100000101011100001010101001011001010001101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E082B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E082B8; }

 p { color: rgb(224,130,184); }

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

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

 a { background-color: rgb(224,130,184); }

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

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

 span { border-color: rgb(224,130,184); }

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