#E081C1

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

Shades of Persian Pink #E081C1

Tints of Persian Pink #E081C1

Color information

#E081C1 (or 0xE081C1) is unknown color: approx Persian Pink. HEX triplet: E0, 81 and C1. RGB value is (224,129,193). Sum of RGB (Red+Green+Blue) = 224+129+193=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 193 (75.78% from 255 or 35.35% from 546); Max value from RGB is 224 - color contains mainly: red. Hex color #E081C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E081C1 is #1F7E3E. Grayscale: #A4A4A4. Windows color (decimal): -2063935 or 12681696. OLE color: 12681696.

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

Color convert

RGB224129193-
CMYK00.420.140.12
HSL319.58º60.51%69.22%-
HSV(B)319.58º42.41%87.84%-
XYZ48.2235.454.74-
YUV164.7143.97170.3-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.03%
GREEN value IS 129 (50.78% from 255) = 23.63%
BLUE value IS 193 (75.78% from 255) = 35.35%
R=41.03%
G=23.63%
B=35.35%

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
Decimal22412919300.420.140.12319.5860.5169.22
HexE081C102AEC1403d45
Octal340201301052161450075105
Binary1110000010000001110000010101010111011001010000001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E081C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E081C1; }

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

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

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

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

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

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

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

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