#E081C2

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

Shades of Persian Pink #E081C2

Tints of Persian Pink #E081C2

Color information

#E081C2 (or 0xE081C2) is unknown color: approx Persian Pink. HEX triplet: E0, 81 and C2. RGB value is (224,129,194). Sum of RGB (Red+Green+Blue) = 224+129+194=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E081C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E081C2 is #1F7E3D. Grayscale: #A4A4A4. Windows color (decimal): -2063934 or 12747232. OLE color: 12747232.

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

Color convert

RGB224129194-
CMYK00.420.130.12
HSL318.95º60.51%69.22%-
HSV(B)318.95º42.41%87.84%-
XYZ48.3335.4455.33-
YUV164.82144.47170.21-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.95%
GREEN value IS 129 (50.78% from 255) = 23.58%
BLUE value IS 194 (76.17% from 255) = 35.47%
R=40.95%
G=23.58%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412919400.420.130.12318.9560.5169.22
HexE081C202ADC13f3d45
Octal340201302052151447775105
Binary1110000010000001110000100101010110111001001111111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E081C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E081C2; }

 p { color: rgb(224,129,194); }

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

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

 a { background-color: rgb(224,129,194); }

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

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

 span { border-color: rgb(224,129,194); }

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