#E06095

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

Shades of Pale Violet Red #E06095

Tints of Pale Violet Red #E06095

Color information

#E06095 (or 0xE06095) is unknown color: approx Pale Violet Red. HEX triplet: E0, 60 and 95. RGB value is (224,96,149). Sum of RGB (Red+Green+Blue) = 224+96+149=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E06095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06095 is #1F9F6A. Grayscale: #8C8C8C. Windows color (decimal): -2072427 or 9789664. OLE color: 9789664.

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

Color convert

RGB22496149-
CMYK00.570.330.12
HSL335.16º67.37%62.75%-
HSV(B)335.16º57.14%87.84%-
XYZ40.3526.3831.4-
YUV140.31132.91187.69-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.76%
GREEN value IS 96 (37.89% from 255) = 20.47%
BLUE value IS 149 (58.59% from 255) = 31.77%
R=47.76%
G=20.47%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249614900.570.330.12335.1667.3762.75
HexE0609503921C14f433f
Octal340140225071411451710377
Binary11100000110000010010101011100110000111001010011111000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06095; }

 p { color: rgb(224,96,149); }

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

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

 a { background-color: rgb(224,96,149); }

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

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

 span { border-color: rgb(224,96,149); }

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