Html Css Color HEX #E06DAA Pale Violet Red

📋 copy color: '#E06DAA'

red 224 ◦ green 109 ◦ blue 170

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

Shades of Pale Violet Red #E06DAA

Tints of Pale Violet Red #E06DAA

RGB

 RED value IS 224 (87.89% from 255) = 44.53%

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

 BLUE value IS 170 (66.8% from 255) = 33.8%

R = 44.53%
G = 21.67%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E06DAA (or 0xE06DAA) is known color: Pale Violet Red. HEX triplet: E0, 6D and AA. RGB value is (224,109,170). Sum of RGB (Red+Green+Blue) = 224+109+170=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 109 (42.97% from 255 or 21.67% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E06DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06DAA is #1F9255. Grayscale: #969696. Windows color (decimal): -2069078 or 11169248. OLE color: 11169248.

HSL color Cylindrical-coordinate representation of color #E06DAA: hue angle of 328.17º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E06DAA is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 109 170 -
CMYK 0 0.51 0.24 0.12
HSL 328.17º 0.65% 0.65% -
HSV(B) 328.17º 0.51% 0.88% -
XYZ 43.46 29.69 41.47 -
YUV 150.34 139.1 180.54 -
System Red Green Blue C M Y K H S L
Decimal 224 109 170 0 0.51 0.24 0.12 328.17 0.65 0.65
Hex E0 6D AA 0 33 18 C 148 41 41
Octal 340 155 252 0 63 30 14 510 101 101
Binary 11100000 1101101 10101010 0 110011 11000 1100 101001000 1000001 1000001

Color Harmonies of #E06DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06DAA

Black with #E06DAA

Text Example


Text Example

White with #E06DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06DAA; }

 p { color: rgb(224,109,170); }

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

background-color css

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

 a { background-color: rgb(224,109,170); }

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

border-color css

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

 span { border-color: rgb(224,109,170); }

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