#e66e9c

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

Shades of Pale Violet Red #E66E9C

Tints of Pale Violet Red #E66E9C

Color information

#E66E9C (or 0xE66E9C) is unknown color: approx Pale Violet Red. HEX triplet: E6, 6E and 9C. RGB value is (230,110,156). Sum of RGB (Red+Green+Blue) = 230+110+156=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 110 (43.36% from 255 or 22.18% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 230 - color contains mainly: red. Hex color #E66E9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66E9C is #199163. Grayscale: #979797. Windows color (decimal): -1675620 or 10252006. OLE color: 10252006.

HSL color Cylindrical-coordinate representation of color #E66E9C: hue angle of 337º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E66E9C is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB230110156-
CMYK00.520.320.10
HSL337º70.59%66.67%-
HSV(B)337º52.17%90.2%-
XYZ44.2130.3834.99-
YUV151.12130.76184.26-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.37%
GREEN value IS 110 (43.36% from 255) = 22.18%
BLUE value IS 156 (61.33% from 255) = 31.45%
R=46.37%
G=22.18%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011015600.520.320.1033770.5966.67
HexE66E9C03420A1514743
Octal3461562340644012521107103
Binary111001101101110100111000110100100000101010101000110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e66e9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e66e9c; }

 p { color: rgb(230,110,156); }

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

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

 a { background-color: rgb(230,110,156); }

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

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

 span { border-color: rgb(230,110,156); }

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