Html Css Color HEX #E07AAA Pale Violet Red

📋 copy color: '#E07AAA'

red 224 ◦ green 122 ◦ blue 170

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

Shades of Pale Violet Red #E07AAA

Tints of Pale Violet Red #E07AAA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.64%

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

R = 43.41%
G = 23.64%
B = 32.95%

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

#E07AAA (or 0xE07AAA) is known color: Pale Violet Red. HEX triplet: E0, 7A and AA. RGB value is (224,122,170). Sum of RGB (Red+Green+Blue) = 224+122+170=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 224 - color contains mainly: red. Hex color #E07AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07AAA is #1F8555. Grayscale: #9D9D9D. Windows color (decimal): -2065750 or 11172576. OLE color: 11172576.

HSL color Cylindrical-coordinate representation of color #E07AAA: hue angle of 331.76º 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 #E07AAA is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 122 170 -
CMYK 0 0.46 0.24 0.12
HSL 331.76º 0.62% 0.68% -
HSV(B) 331.76º 0.46% 0.88% -
XYZ 44.96 32.67 41.97 -
YUV 157.97 134.79 175.1 -
System Red Green Blue C M Y K H S L
Decimal 224 122 170 0 0.46 0.24 0.12 331.76 0.62 0.68
Hex E0 7A AA 0 2E 18 C 14C 3E 44
Octal 340 172 252 0 56 30 14 514 76 104
Binary 11100000 1111010 10101010 0 101110 11000 1100 101001100 111110 1000100

Color Harmonies of #E07AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07AAA

Black with #E07AAA

Text Example


Text Example

White with #E07AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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