#E66D9A

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

Shades of Pale Violet Red #E66D9A

Tints of Pale Violet Red #E66D9A

Color information

#E66D9A (or 0xE66D9A) is unknown color: approx Pale Violet Red. HEX triplet: E6, 6D and 9A. RGB value is (230,109,154). Sum of RGB (Red+Green+Blue) = 230+109+154=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 230 - color contains mainly: red. Hex color #E66D9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66D9A is #199265. Grayscale: #969696. Windows color (decimal): -1675878 or 10120678. OLE color: 10120678.

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

Color convert

RGB230109154-
CMYK00.530.330.10
HSL337.69º70.76%66.47%-
HSV(B)337.69º52.61%90.2%-
XYZ43.9330.0934.06-
YUV150.31130.09184.84-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.65%
GREEN value IS 109 (42.97% from 255) = 22.11%
BLUE value IS 154 (60.55% from 255) = 31.24%
R=46.65%
G=22.11%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010915400.530.330.10337.6970.7666.47
HexE66D9A03521A1524742
Octal3461552320654112522107102
Binary111001101101101100110100110101100001101010101001010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66D9A; }

 p { color: rgb(230,109,154); }

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

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

 a { background-color: rgb(230,109,154); }

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

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

 span { border-color: rgb(230,109,154); }

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