#E06FAB

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

Shades of Pale Violet Red #E06FAB

Tints of Pale Violet Red #E06FAB

Color information

#E06FAB (or 0xE06FAB) is unknown color: approx Pale Violet Red. HEX triplet: E0, 6F and AB. RGB value is (224,111,171). Sum of RGB (Red+Green+Blue) = 224+111+171=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E06FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06FAB is #1F9054. Grayscale: #979797. Windows color (decimal): -2068565 or 11235296. OLE color: 11235296.

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

Color convert

RGB224111171-
CMYK00.500.240.12
HSL328.14º64.57%65.69%-
HSV(B)328.14º50.45%87.84%-
XYZ43.7830.1642.04-
YUV151.63138.94179.62-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.27%
GREEN value IS 111 (43.75% from 255) = 21.94%
BLUE value IS 171 (67.19% from 255) = 33.79%
R=44.27%
G=21.94%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411117100.500.240.12328.1464.5765.69
HexE06FAB03218C1484142
Octal3401572530623014510101102
Binary11100000110111110101011011001011000110010100100010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06FAB; }

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

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

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

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

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

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

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

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