#E66F9C

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

Shades of Pale Violet Red #E66F9C

Tints of Pale Violet Red #E66F9C

Color information

#E66F9C (or 0xE66F9C) is unknown color: approx Pale Violet Red. HEX triplet: E6, 6F and 9C. RGB value is (230,111,156). Sum of RGB (Red+Green+Blue) = 230+111+156=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 230 - color contains mainly: red. Hex color #E66F9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66F9C is #199063. Grayscale: #979797. Windows color (decimal): -1675364 or 10252262. OLE color: 10252262.

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

Color convert

RGB230111156-
CMYK00.520.320.10
HSL337.31º70.41%66.86%-
HSV(B)337.31º51.74%90.2%-
XYZ44.3230.5935.02-
YUV151.71130.42183.84-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.28%
GREEN value IS 111 (43.75% from 255) = 22.33%
BLUE value IS 156 (61.33% from 255) = 31.39%
R=46.28%
G=22.33%
B=31.39%

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
Decimal23011115600.520.320.10337.3170.4166.86
HexE66F9C03420A1514643
Octal3461572340644012521106103
Binary111001101101111100111000110100100000101010101000110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66F9C; }

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

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

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

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

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

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

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

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