Html Css Color HEX #E66DA1 Pale Violet Red

📋 copy color: '#E66DA1'

red 230 ◦ green 109 ◦ blue 161

#E66DA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Violet Red #E66DA1

Tints of Pale Violet Red #E66DA1

RGB

 RED value IS 230 (90.23% from 255) = 46%

 GREEN value IS 109 (42.97% from 255) = 21.8%

 BLUE value IS 161 (63.28% from 255) = 32.2%

R = 46%
G = 21.8%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.3

 K value IS 0.10

RGB Variations

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

Color information

#E66DA1 (or 0xE66DA1) is known color: Pale Violet Red. HEX triplet: E6, 6D and A1. RGB value is (230,109,161). Sum of RGB (Red+Green+Blue) = 230+109+161=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 109 (42.97% from 255 or 21.8% from 500); Blue value is 161 (63.28% from 255 or 32.2% from 500); Max value from RGB is 230 - color contains mainly: red. Hex color #E66DA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66DA1 is #19925E. Grayscale: #979797. Windows color (decimal): -1675871 or 10579430. OLE color: 10579430.

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

Color convert

RGB 230 109 161 -
CMYK 0 0.53 0.3 0.10
HSL 334.21º 0.71% 0.66% -
HSV(B) 334.21º 0.53% 0.9% -
XYZ 44.53 30.33 37.23 -
YUV 151.11 133.59 184.27 -
System Red Green Blue C M Y K H S L
Decimal 230 109 161 0 0.53 0.3 0.10 334.21 0.71 0.66
Hex E6 6D A1 0 35 1E A 14E 47 42
Octal 346 155 241 0 65 36 12 516 107 102
Binary 11100110 1101101 10100001 0 110101 11110 1010 101001110 1000111 1000010

Color Harmonies of #E66DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66DA1

Black with #E66DA1

Text Example


Text Example

White with #E66DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66DA1; }

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

 H1.HeaderClassName
 {
   color: #E66DA1;
 }
 .AnyTagClassName
 {
   color: #E66DA1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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