#E081C0

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

Shades of Persian Pink #E081C0

Tints of Persian Pink #E081C0

Color information

#E081C0 (or 0xE081C0) is unknown color: approx Persian Pink. HEX triplet: E0, 81 and C0. RGB value is (224,129,192). Sum of RGB (Red+Green+Blue) = 224+129+192=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E081C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E081C0 is #1F7E3F. Grayscale: #A4A4A4. Windows color (decimal): -2063936 or 12616160. OLE color: 12616160.

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

Color convert

RGB224129192-
CMYK00.420.140.12
HSL320.21º60.51%69.22%-
HSV(B)320.21º42.41%87.84%-
XYZ48.1135.3554.16-
YUV164.59143.47170.38-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.10%
GREEN value IS 129 (50.78% from 255) = 23.67%
BLUE value IS 192 (75.39% from 255) = 35.23%
R=41.10%
G=23.67%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412919200.420.140.12320.2160.5169.22
HexE081C002AEC1403d45
Octal340201300052161450075105
Binary1110000010000001110000000101010111011001010000001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E081C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E081C0; }

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

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

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

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

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

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

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

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