#E06CAA

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

Shades of Pale Violet Red #E06CAA

Tints of Pale Violet Red #E06CAA

Color information

#E06CAA (or 0xE06CAA) is unknown color: approx Pale Violet Red. HEX triplet: E0, 6C and AA. RGB value is (224,108,170). Sum of RGB (Red+Green+Blue) = 224+108+170=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E06CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06CAA is #1F9355. Grayscale: #959595. Windows color (decimal): -2069334 or 11168992. OLE color: 11168992.

HSL color Cylindrical-coordinate representation of color #E06CAA: hue angle of 327.93º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E06CAA is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB224108170-
CMYK00.520.240.12
HSL327.93º65.17%65.1%-
HSV(B)327.93º51.79%87.84%-
XYZ43.3629.4741.43-
YUV149.75139.43180.96-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.62%
GREEN value IS 108 (42.58% from 255) = 21.51%
BLUE value IS 170 (66.80% from 255) = 33.86%
R=44.62%
G=21.51%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410817000.520.240.12327.9365.1765.1
HexE06CAA03418C1484141
Octal3401542520643014510101101
Binary11100000110110010101010011010011000110010100100010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06CAA; }

 p { color: rgb(224,108,170); }

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

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

 a { background-color: rgb(224,108,170); }

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

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

 span { border-color: rgb(224,108,170); }

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