#E06CAB

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

Shades of Pale Violet Red #E06CAB

Tints of Pale Violet Red #E06CAB

Color information

#E06CAB (or 0xE06CAB) is unknown color: approx Pale Violet Red. HEX triplet: E0, 6C and AB. RGB value is (224,108,171). Sum of RGB (Red+Green+Blue) = 224+108+171=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E06CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06CAB is #1F9354. Grayscale: #959595. Windows color (decimal): -2069333 or 11234528. OLE color: 11234528.

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

Color convert

RGB224108171-
CMYK00.520.240.12
HSL327.41º65.17%65.1%-
HSV(B)327.41º51.79%87.84%-
XYZ43.4529.5141.93-
YUV149.87139.93180.88-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.53%
GREEN value IS 108 (42.58% from 255) = 21.47%
BLUE value IS 171 (67.19% from 255) = 34.00%
R=44.53%
G=21.47%
B=34.00%

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
Decimal22410817100.520.240.12327.4165.1765.1
HexE06CAB03418C1474141
Octal3401542530643014507101101
Binary11100000110110010101011011010011000110010100011110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06CAB; }

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

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

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

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

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

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

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

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