#E66F95

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

Shades of Pale Violet Red #E66F95

Tints of Pale Violet Red #E66F95

Color information

#E66F95 (or 0xE66F95) is unknown color: approx Pale Violet Red. HEX triplet: E6, 6F and 95. RGB value is (230,111,149). Sum of RGB (Red+Green+Blue) = 230+111+149=490 (64% of max value = 765). Red value is 230 (90.23% from 255 or 46.94% from 490); Green value is 111 (43.75% from 255 or 22.65% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 230 - color contains mainly: red. Hex color #E66F95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66F95 is #19906A. Grayscale: #969696. Windows color (decimal): -1675371 or 9793510. OLE color: 9793510.

HSL color Cylindrical-coordinate representation of color #E66F95: hue angle of 340.84º degrees, saturation: 0.7, 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 #E66F95 is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB230111149-
CMYK00.520.350.10
HSL340.84º70.41%66.86%-
HSV(B)340.84º51.74%90.2%-
XYZ43.7430.3631.99-
YUV150.91126.92184.41-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.94%
GREEN value IS 111 (43.75% from 255) = 22.65%
BLUE value IS 149 (58.59% from 255) = 30.41%
R=46.94%
G=22.65%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011114900.520.350.10340.8470.4166.86
HexE66F9503423A1554643
Octal3461572250644312525106103
Binary111001101101111100101010110100100011101010101010110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66F95; }

 p { color: rgb(230,111,149); }

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

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

 a { background-color: rgb(230,111,149); }

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

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

 span { border-color: rgb(230,111,149); }

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