#E07191

Color #E07191 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #E07191

Tints of Pale Violet Red #E07191

Color information

#E07191 (or 0xE07191) is unknown color: approx Pale Violet Red. HEX triplet: E0, 71 and 91. RGB value is (224,113,145). Sum of RGB (Red+Green+Blue) = 224+113+145=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E07191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07191 is #1F8E6E. Grayscale: #959595. Windows color (decimal): -2068079 or 9531872. OLE color: 9531872.

HSL color Cylindrical-coordinate representation of color #E07191: hue angle of 342.7º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E07191 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB224113145-
CMYK00.500.350.12
HSL342.7º64.16%66.08%-
HSV(B)342.7º49.55%87.84%-
XYZ41.7629.730.32-
YUV149.84125.27180.9-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.47%
GREEN value IS 113 (44.53% from 255) = 23.44%
BLUE value IS 145 (57.03% from 255) = 30.08%
R=46.47%
G=23.44%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411314500.500.350.12342.764.1666.08
HexE0719103223C1574042
Octal3401612210624314527100102
Binary111000001110001100100010110010100011110010101011110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07191; }

 p { color: rgb(224,113,145); }

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

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

 a { background-color: rgb(224,113,145); }

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

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

 span { border-color: rgb(224,113,145); }

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