Html Css Color HEX #E470AA Pale Violet Red

📋 copy color: '#E470AA'

red 228 ◦ green 112 ◦ blue 170

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

Shades of Pale Violet Red #E470AA

Tints of Pale Violet Red #E470AA

RGB

 RED value IS 228 (89.45% from 255) = 44.71%

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

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

R = 44.71%
G = 21.96%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E470AA (or 0xE470AA) is known color: Pale Violet Red. HEX triplet: E4, 70 and AA. RGB value is (228,112,170). Sum of RGB (Red+Green+Blue) = 228+112+170=510 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.71% from 510); Green value is 112 (44.14% from 255 or 21.96% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 228 - color contains mainly: red. Hex color #E470AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E470AA is #1B8F55. Grayscale: #999999. Windows color (decimal): -1806166 or 11170020. OLE color: 11170020.

HSL color Cylindrical-coordinate representation of color #E470AA: hue angle of 330º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E470AA is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 112 170 -
CMYK 0 0.51 0.25 0.11
HSL 330º 0.68% 0.67% -
HSV(B) 330º 0.51% 0.89% -
XYZ 45.04 30.98 41.64 -
YUV 153.3 137.43 181.28 -
System Red Green Blue C M Y K H S L
Decimal 228 112 170 0 0.51 0.25 0.11 330 0.68 0.67
Hex E4 70 AA 0 33 19 B 14A 44 43
Octal 344 160 252 0 63 31 13 512 104 103
Binary 11100100 1110000 10101010 0 110011 11001 1011 101001010 1000100 1000011

Color Harmonies of #E470AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E470AA

Black with #E470AA

Text Example


Text Example

White with #E470AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E470AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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