Html Css Color HEX #E86CA6 Pale Violet Red

📋 copy color: '#E86CA6'

red 232 ◦ green 108 ◦ blue 166

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

Shades of Pale Violet Red #E86CA6

Tints of Pale Violet Red #E86CA6

RGB

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

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

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

R = 45.85%
G = 21.34%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.09

RGB Variations

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

Color information

#E86CA6 (or 0xE86CA6) is known color: Pale Violet Red. HEX triplet: E8, 6C and A6. RGB value is (232,108,166). Sum of RGB (Red+Green+Blue) = 232+108+166=506 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.85% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 166 (65.23% from 255 or 32.81% from 506); Max value from RGB is 232 - color contains mainly: red. Hex color #E86CA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86CA6 is #179359. Grayscale: #979797. Windows color (decimal): -1545050 or 10906856. OLE color: 10906856.

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

Color convert

RGB 232 108 166 -
CMYK 0 0.53 0.28 0.09
HSL 331.94º 0.73% 0.67% -
HSV(B) 331.94º 0.53% 0.91% -
XYZ 45.52 30.63 39.59 -
YUV 151.69 136.08 185.28 -
System Red Green Blue C M Y K H S L
Decimal 232 108 166 0 0.53 0.28 0.09 331.94 0.73 0.67
Hex E8 6C A6 0 35 1C 9 14C 49 43
Octal 350 154 246 0 65 34 11 514 111 103
Binary 11101000 1101100 10100110 0 110101 11100 1001 101001100 1001001 1000011

Color Harmonies of #E86CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86CA6

Black with #E86CA6

Text Example


Text Example

White with #E86CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86CA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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