#E66596

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

Shades of Pale Violet Red #E66596

Tints of Pale Violet Red #E66596

Color information

#E66596 (or 0xE66596) is unknown color: approx Pale Violet Red. HEX triplet: E6, 65 and 96. RGB value is (230,101,150). Sum of RGB (Red+Green+Blue) = 230+101+150=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 230 - color contains mainly: red. Hex color #E66596 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66596 is #199A69. Grayscale: #919191. Windows color (decimal): -1677930 or 9856486. OLE color: 9856486.

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

Color convert

RGB230101150-
CMYK00.560.350.10
HSL337.21º72.07%64.9%-
HSV(B)337.21º56.09%90.2%-
XYZ42.7928.3332.07-
YUV145.16130.74188.52-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.82%
GREEN value IS 101 (39.84% from 255) = 21.00%
BLUE value IS 150 (58.98% from 255) = 31.19%
R=47.82%
G=21.00%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010115000.560.350.10337.2172.0764.9
HexE6659603823A1514841
Octal3461452260704312521110101
Binary111001101100101100101100111000100011101010101000110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66596; }

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

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

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

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

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

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

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

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