Html Css Color HEX #E070AA Pale Violet Red

📋 copy color: '#E070AA'

red 224 ◦ green 112 ◦ blue 170

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

Shades of Pale Violet Red #E070AA

Tints of Pale Violet Red #E070AA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.13%

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

R = 44.27%
G = 22.13%
B = 33.6%

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

#E070AA (or 0xE070AA) is known color: Pale Violet Red. HEX triplet: E0, 70 and AA. RGB value is (224,112,170). Sum of RGB (Red+Green+Blue) = 224+112+170=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E070AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E070AA is #1F8F55. Grayscale: #979797. Windows color (decimal): -2068310 or 11170016. OLE color: 11170016.

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

Color convert

RGB 224 112 170 -
CMYK 0 0.50 0.24 0.12
HSL 328.93º 0.64% 0.66% -
HSV(B) 328.93º 0.5% 0.88% -
XYZ 43.79 30.34 41.58 -
YUV 152.1 138.11 179.28 -
System Red Green Blue C M Y K H S L
Decimal 224 112 170 0 0.50 0.24 0.12 328.93 0.64 0.66
Hex E0 70 AA 0 32 18 C 149 40 42
Octal 340 160 252 0 62 30 14 511 100 102
Binary 11100000 1110000 10101010 0 110010 11000 1100 101001001 1000000 1000010

Color Harmonies of #E070AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E070AA

Black with #E070AA

Text Example


Text Example

White with #E070AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E070AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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