Html Css Color HEX #E86CA0 Pale Violet Red

📋 copy color: '#E86CA0'

red 232 ◦ green 108 ◦ blue 160

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

Shades of Pale Violet Red #E86CA0

Tints of Pale Violet Red #E86CA0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.6%

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

R = 46.4%
G = 21.6%
B = 32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E86CA0 (or 0xE86CA0) is known color: Pale Violet Red. HEX triplet: E8, 6C and A0. RGB value is (232,108,160). Sum of RGB (Red+Green+Blue) = 232+108+160=500 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.4% from 500); Green value is 108 (42.58% from 255 or 21.6% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 232 - color contains mainly: red. Hex color #E86CA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86CA0 is #17935F. Grayscale: #969696. Windows color (decimal): -1545056 or 10513640. OLE color: 10513640.

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

Color convert

RGB 232 108 160 -
CMYK 0 0.53 0.31 0.09
HSL 334.84º 0.73% 0.67% -
HSV(B) 334.84º 0.53% 0.91% -
XYZ 44.99 30.42 36.76 -
YUV 151 133.08 185.77 -
System Red Green Blue C M Y K H S L
Decimal 232 108 160 0 0.53 0.31 0.09 334.84 0.73 0.67
Hex E8 6C A0 0 35 1F 9 14F 49 43
Octal 350 154 240 0 65 37 11 517 111 103
Binary 11101000 1101100 10100000 0 110101 11111 1001 101001111 1001001 1000011

Color Harmonies of #E86CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86CA0

Black with #E86CA0

Text Example


Text Example

White with #E86CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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