Html Css Color HEX #E06FAA Pale Violet Red

📋 copy color: '#E06FAA'

red 224 ◦ green 111 ◦ blue 170

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

Shades of Pale Violet Red #E06FAA

Tints of Pale Violet Red #E06FAA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.98%

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

R = 44.36%
G = 21.98%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E06FAA (or 0xE06FAA) is known color: Pale Violet Red. HEX triplet: E0, 6F and AA. RGB value is (224,111,170). Sum of RGB (Red+Green+Blue) = 224+111+170=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 111 (43.75% from 255 or 21.98% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E06FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06FAA is #1F9055. Grayscale: #979797. Windows color (decimal): -2068566 or 11169760. OLE color: 11169760.

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

Color convert

RGB 224 111 170 -
CMYK 0 0.50 0.24 0.12
HSL 328.67º 0.65% 0.66% -
HSV(B) 328.67º 0.5% 0.88% -
XYZ 43.68 30.12 41.54 -
YUV 151.51 138.44 179.7 -
System Red Green Blue C M Y K H S L
Decimal 224 111 170 0 0.50 0.24 0.12 328.67 0.65 0.66
Hex E0 6F AA 0 32 18 C 149 41 42
Octal 340 157 252 0 62 30 14 511 101 102
Binary 11100000 1101111 10101010 0 110010 11000 1100 101001001 1000001 1000010

Color Harmonies of #E06FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06FAA

Black with #E06FAA

Text Example


Text Example

White with #E06FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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