Html Css Color HEX #E870A2 Pale Violet Red

📋 copy color: '#E870A2'

red 232 ◦ green 112 ◦ blue 162

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

Shades of Pale Violet Red #E870A2

Tints of Pale Violet Red #E870A2

RGB

 RED value IS 232 (91.02% from 255) = 45.85%

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

 BLUE value IS 162 (63.67% from 255) = 32.02%

R = 45.85%
G = 22.13%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.09

RGB Variations

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

Color information

#E870A2 (or 0xE870A2) is known color: Pale Violet Red. HEX triplet: E8, 70 and A2. RGB value is (232,112,162). Sum of RGB (Red+Green+Blue) = 232+112+162=506 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.85% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 162 (63.67% from 255 or 32.02% from 506); Max value from RGB is 232 - color contains mainly: red. Hex color #E870A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E870A2 is #178F5D. Grayscale: #999999. Windows color (decimal): -1544030 or 10645736. OLE color: 10645736.

HSL color Cylindrical-coordinate representation of color #E870A2: hue angle of 335º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E870A2 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 112 162 -
CMYK 0 0.52 0.30 0.09
HSL 335º 0.72% 0.67% -
HSV(B) 335º 0.52% 0.91% -
XYZ 45.59 31.35 37.83 -
YUV 153.58 132.76 183.93 -
System Red Green Blue C M Y K H S L
Decimal 232 112 162 0 0.52 0.30 0.09 335 0.72 0.67
Hex E8 70 A2 0 34 1E 9 14F 48 43
Octal 350 160 242 0 64 36 11 517 110 103
Binary 11101000 1110000 10100010 0 110100 11110 1001 101001111 1001000 1000011

Color Harmonies of #E870A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E870A2

Black with #E870A2

Text Example


Text Example

White with #E870A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E870A2; }

 p { color: rgb(232,112,162); }

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

background-color css

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

 a { background-color: rgb(232,112,162); }

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

border-color css

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

 span { border-color: rgb(232,112,162); }

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