#E06CA4

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

Shades of Pale Violet Red #E06CA4

Tints of Pale Violet Red #E06CA4

Color information

#E06CA4 (or 0xE06CA4) is unknown color: approx Pale Violet Red. HEX triplet: E0, 6C and A4. RGB value is (224,108,164). Sum of RGB (Red+Green+Blue) = 224+108+164=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 164 (64.45% from 255 or 33.06% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E06CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06CA4 is #1F935B. Grayscale: #949494. Windows color (decimal): -2069340 or 10775776. OLE color: 10775776.

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

Color convert

RGB224108164-
CMYK00.520.270.12
HSL331.03º65.17%65.1%-
HSV(B)331.03º51.79%87.84%-
XYZ42.829.2538.51-
YUV149.07136.43181.45-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.16%
GREEN value IS 108 (42.58% from 255) = 21.77%
BLUE value IS 164 (64.45% from 255) = 33.06%
R=45.16%
G=21.77%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410816400.520.270.12331.0365.1765.1
HexE06CA40341BC14b4141
Octal3401542440643314513101101
Binary11100000110110010100100011010011011110010100101110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06CA4; }

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

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

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

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

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

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

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

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