Html Css Color HEX #E870A0 Pale Violet Red

📋 copy color: '#E870A0'

red 232 ◦ green 112 ◦ blue 160

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

Shades of Pale Violet Red #E870A0

Tints of Pale Violet Red #E870A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 31.75%

R = 46.03%
G = 22.22%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E870A0 (or 0xE870A0) is known color: Pale Violet Red. HEX triplet: E8, 70 and A0. RGB value is (232,112,160). Sum of RGB (Red+Green+Blue) = 232+112+160=504 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.03% from 504); Green value is 112 (44.14% from 255 or 22.22% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 232 - color contains mainly: red. Hex color #E870A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E870A0 is #178F5F. Grayscale: #999999. Windows color (decimal): -1544032 or 10514664. OLE color: 10514664.

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

Color convert

RGB 232 112 160 -
CMYK 0 0.52 0.31 0.09
HSL 336º 0.72% 0.67% -
HSV(B) 336º 0.52% 0.91% -
XYZ 45.42 31.28 36.9 -
YUV 153.35 131.76 184.1 -
System Red Green Blue C M Y K H S L
Decimal 232 112 160 0 0.52 0.31 0.09 336 0.72 0.67
Hex E8 70 A0 0 34 1F 9 150 48 43
Octal 350 160 240 0 64 37 11 520 110 103
Binary 11101000 1110000 10100000 0 110100 11111 1001 101010000 1001000 1000011

Color Harmonies of #E870A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E870A0

Black with #E870A0

Text Example


Text Example

White with #E870A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E870A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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