#E06192

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

Shades of Pale Violet Red #E06192

Tints of Pale Violet Red #E06192

Color information

#E06192 (or 0xE06192) is unknown color: approx Pale Violet Red. HEX triplet: E0, 61 and 92. RGB value is (224,97,146). Sum of RGB (Red+Green+Blue) = 224+97+146=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 97 (38.28% from 255 or 20.77% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E06192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06192 is #1F9E6D. Grayscale: #8C8C8C. Windows color (decimal): -2072174 or 9593312. OLE color: 9593312.

HSL color Cylindrical-coordinate representation of color #E06192: hue angle of 336.85º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E06192 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB22497146-
CMYK00.570.350.12
HSL336.85º67.2%62.94%-
HSV(B)336.85º56.7%87.84%-
XYZ40.226.4730.18-
YUV140.56131.08187.52-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.97%
GREEN value IS 97 (38.28% from 255) = 20.77%
BLUE value IS 146 (57.42% from 255) = 31.26%
R=47.97%
G=20.77%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249714600.570.350.12336.8567.262.94
HexE0619203923C151433f
Octal340141222071431452110377
Binary11100000110000110010010011100110001111001010100011000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06192; }

 p { color: rgb(224,97,146); }

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

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

 a { background-color: rgb(224,97,146); }

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

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

 span { border-color: rgb(224,97,146); }

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