#E06CA1

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

Shades of Pale Violet Red #E06CA1

Tints of Pale Violet Red #E06CA1

Color information

#E06CA1 (or 0xE06CA1) is unknown color: approx Pale Violet Red. HEX triplet: E0, 6C and A1. RGB value is (224,108,161). Sum of RGB (Red+Green+Blue) = 224+108+161=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 108 (42.58% from 255 or 21.91% from 493); Blue value is 161 (63.28% from 255 or 32.66% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E06CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06CA1 is #1F935E. Grayscale: #949494. Windows color (decimal): -2069343 or 10579168. OLE color: 10579168.

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

Color convert

RGB224108161-
CMYK00.520.280.12
HSL332.59º65.17%65.1%-
HSV(B)332.59º51.79%87.84%-
XYZ42.5429.1537.1-
YUV148.73134.93181.69-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.44%
GREEN value IS 108 (42.58% from 255) = 21.91%
BLUE value IS 161 (63.28% from 255) = 32.66%
R=45.44%
G=21.91%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410816100.520.280.12332.5965.1765.1
HexE06CA10341CC14d4141
Octal3401542410643414515101101
Binary11100000110110010100001011010011100110010100110110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06CA1; }

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

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

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

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

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

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

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

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