Html Css Color HEX #E86AA0 Pale Violet Red

📋 copy color: '#E86AA0'

red 232 ◦ green 106 ◦ blue 160

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

Shades of Pale Violet Red #E86AA0

Tints of Pale Violet Red #E86AA0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.29%

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

R = 46.59%
G = 21.29%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E86AA0 (or 0xE86AA0) is known color: Pale Violet Red. HEX triplet: E8, 6A and A0. RGB value is (232,106,160). Sum of RGB (Red+Green+Blue) = 232+106+160=498 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.59% from 498); Green value is 106 (41.80% from 255 or 21.29% from 498); Blue value is 160 (62.89% from 255 or 32.13% from 498); Max value from RGB is 232 - color contains mainly: red. Hex color #E86AA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86AA0 is #17955F. Grayscale: #959595. Windows color (decimal): -1545568 or 10513128. OLE color: 10513128.

HSL color Cylindrical-coordinate representation of color #E86AA0: hue angle of 334.29º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E86AA0 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 106 160 -
CMYK 0 0.54 0.31 0.09
HSL 334.29º 0.73% 0.66% -
HSV(B) 334.29º 0.54% 0.91% -
XYZ 44.78 30 36.69 -
YUV 149.83 133.74 186.61 -
System Red Green Blue C M Y K H S L
Decimal 232 106 160 0 0.54 0.31 0.09 334.29 0.73 0.66
Hex E8 6A A0 0 36 1F 9 14E 49 42
Octal 350 152 240 0 66 37 11 516 111 102
Binary 11101000 1101010 10100000 0 110110 11111 1001 101001110 1001001 1000010

Color Harmonies of #E86AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86AA0

Black with #E86AA0

Text Example


Text Example

White with #E86AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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