Html Css Color HEX #E870A6 Pale Violet Red

📋 copy color: '#E870A6'

red 232 ◦ green 112 ◦ blue 166

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

Shades of Pale Violet Red #E870A6

Tints of Pale Violet Red #E870A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 32.55%

R = 45.49%
G = 21.96%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.09

RGB Variations

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

Color information

#E870A6 (or 0xE870A6) is known color: Pale Violet Red. HEX triplet: E8, 70 and A6. RGB value is (232,112,166). Sum of RGB (Red+Green+Blue) = 232+112+166=510 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.49% from 510); Green value is 112 (44.14% from 255 or 21.96% from 510); Blue value is 166 (65.23% from 255 or 32.55% from 510); Max value from RGB is 232 - color contains mainly: red. Hex color #E870A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E870A6 is #178F59. Grayscale: #999999. Windows color (decimal): -1544026 or 10907880. OLE color: 10907880.

HSL color Cylindrical-coordinate representation of color #E870A6: hue angle of 333º 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 #E870A6 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 112 166 -
CMYK 0 0.52 0.28 0.09
HSL 333º 0.72% 0.67% -
HSV(B) 333º 0.52% 0.91% -
XYZ 45.96 31.5 39.73 -
YUV 154.04 134.76 183.61 -
System Red Green Blue C M Y K H S L
Decimal 232 112 166 0 0.52 0.28 0.09 333 0.72 0.67
Hex E8 70 A6 0 34 1C 9 14D 48 43
Octal 350 160 246 0 64 34 11 515 110 103
Binary 11101000 1110000 10100110 0 110100 11100 1001 101001101 1001000 1000011

Color Harmonies of #E870A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E870A6

Black with #E870A6

Text Example


Text Example

White with #E870A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E870A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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