#E082B4

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

Shades of Persian Pink #E082B4

Tints of Persian Pink #E082B4

Color information

#E082B4 (or 0xE082B4) is unknown color: approx Persian Pink. HEX triplet: E0, 82 and B4. RGB value is (224,130,180). Sum of RGB (Red+Green+Blue) = 224+130+180=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 130 (51.17% from 255 or 24.34% from 534); Blue value is 180 (70.70% from 255 or 33.71% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E082B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E082B4 is #1F7D4B. Grayscale: #A3A3A3. Windows color (decimal): -2063692 or 11829984. OLE color: 11829984.

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

Color convert

RGB224130180-
CMYK00.420.200.12
HSL328.09º60.26%69.41%-
HSV(B)328.09º41.96%87.84%-
XYZ46.9635.1147.48-
YUV163.81137.14170.93-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.95%
GREEN value IS 130 (51.17% from 255) = 24.34%
BLUE value IS 180 (70.70% from 255) = 33.71%
R=41.95%
G=24.34%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413018000.420.200.12328.0960.2669.41
HexE082B402A14C1483c45
Octal340202264052241451074105
Binary11100000100000101011010001010101010011001010010001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E082B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E082B4; }

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

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

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

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

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

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

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

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