#E06C91

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

Shades of Pale Violet Red #E06C91

Tints of Pale Violet Red #E06C91

Color information

#E06C91 (or 0xE06C91) is unknown color: approx Pale Violet Red. HEX triplet: E0, 6C and 91. RGB value is (224,108,145). Sum of RGB (Red+Green+Blue) = 224+108+145=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 145 (57.03% from 255 or 30.40% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06C91 is #1F936E. Grayscale: #929292. Windows color (decimal): -2069359 or 9530592. OLE color: 9530592.

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

Color convert

RGB224108145-
CMYK00.520.350.12
HSL340.86º65.17%65.1%-
HSV(B)340.86º51.79%87.84%-
XYZ41.2128.6230.14-
YUV146.9126.93182.99-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.96%
GREEN value IS 108 (42.58% from 255) = 22.64%
BLUE value IS 145 (57.03% from 255) = 30.40%
R=46.96%
G=22.64%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410814500.520.350.12340.8665.1765.1
HexE06C9103423C1554141
Octal3401542210644314525101101
Binary111000001101100100100010110100100011110010101010110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06C91; }

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

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

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

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

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

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

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

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