#E66DA5

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

Shades of Pale Violet Red #E66DA5

Tints of Pale Violet Red #E66DA5

Color information

#E66DA5 (or 0xE66DA5) is unknown color: approx Pale Violet Red. HEX triplet: E6, 6D and A5. RGB value is (230,109,165). Sum of RGB (Red+Green+Blue) = 230+109+165=504 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.63% from 504); Green value is 109 (42.97% from 255 or 21.63% from 504); Blue value is 165 (64.84% from 255 or 32.74% from 504); Max value from RGB is 230 - color contains mainly: red. Hex color #E66DA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66DA5 is #19925A. Grayscale: #979797. Windows color (decimal): -1675867 or 10841574. OLE color: 10841574.

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

Color convert

RGB230109165-
CMYK00.530.280.10
HSL332.23º70.76%66.47%-
HSV(B)332.23º52.61%90.2%-
XYZ44.8930.4839.11-
YUV151.56135.59183.95-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.63%
GREEN value IS 109 (42.97% from 255) = 21.63%
BLUE value IS 165 (64.84% from 255) = 32.74%
R=45.63%
G=21.63%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010916500.530.280.10332.2370.7666.47
HexE66DA50351CA14c4742
Octal3461552450653412514107102
Binary11100110110110110100101011010111100101010100110010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66DA5; }

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

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

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

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

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

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

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

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