Html Css Color HEX #E079AA Pale Violet Red

📋 copy color: '#E079AA'

red 224 ◦ green 121 ◦ blue 170

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

Shades of Pale Violet Red #E079AA

Tints of Pale Violet Red #E079AA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.5%

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

R = 43.5%
G = 23.5%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E079AA (or 0xE079AA) is known color: Pale Violet Red. HEX triplet: E0, 79 and AA. RGB value is (224,121,170). Sum of RGB (Red+Green+Blue) = 224+121+170=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 224 - color contains mainly: red. Hex color #E079AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E079AA is #1F8655. Grayscale: #9D9D9D. Windows color (decimal): -2066006 or 11172320. OLE color: 11172320.

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

Color convert

RGB 224 121 170 -
CMYK 0 0.46 0.24 0.12
HSL 331.46º 0.62% 0.68% -
HSV(B) 331.46º 0.46% 0.88% -
XYZ 44.83 32.42 41.93 -
YUV 157.38 135.12 175.52 -
System Red Green Blue C M Y K H S L
Decimal 224 121 170 0 0.46 0.24 0.12 331.46 0.62 0.68
Hex E0 79 AA 0 2E 18 C 14B 3E 44
Octal 340 171 252 0 56 30 14 513 76 104
Binary 11100000 1111001 10101010 0 101110 11000 1100 101001011 111110 1000100

Color Harmonies of #E079AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E079AA

Black with #E079AA

Text Example


Text Example

White with #E079AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E079AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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