#E66996

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

Shades of Pale Violet Red #E66996

Tints of Pale Violet Red #E66996

Color information

#E66996 (or 0xE66996) is unknown color: approx Pale Violet Red. HEX triplet: E6, 69 and 96. RGB value is (230,105,150). Sum of RGB (Red+Green+Blue) = 230+105+150=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E66996 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66996 is #199669. Grayscale: #939393. Windows color (decimal): -1676906 or 9857510. OLE color: 9857510.

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

Color convert

RGB230105150-
CMYK00.540.350.10
HSL338.4º71.43%65.69%-
HSV(B)338.4º54.35%90.2%-
XYZ43.1929.1332.2-
YUV147.5129.41186.84-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.42%
GREEN value IS 105 (41.41% from 255) = 21.65%
BLUE value IS 150 (58.98% from 255) = 30.93%
R=47.42%
G=21.65%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010515000.540.350.10338.471.4365.69
HexE6699603623A1524742
Octal3461512260664312522107102
Binary111001101101001100101100110110100011101010101001010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66996; }

 p { color: rgb(230,105,150); }

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

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

 a { background-color: rgb(230,105,150); }

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

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

 span { border-color: rgb(230,105,150); }

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