Html Css Color HEX #E86E9F Pale Violet Red

📋 copy color: '#E86E9F'

red 232 ◦ green 110 ◦ blue 159

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

Shades of Pale Violet Red #E86E9F

Tints of Pale Violet Red #E86E9F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.96%

 BLUE value IS 159 (62.5% from 255) = 31.74%

R = 46.31%
G = 21.96%
B = 31.74%

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

#E86E9F (or 0xE86E9F) is known color: Pale Violet Red. HEX triplet: E8, 6E and 9F. RGB value is (232,110,159). Sum of RGB (Red+Green+Blue) = 232+110+159=501 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.31% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 159 (62.5% from 255 or 31.74% from 501); Max value from RGB is 232 - color contains mainly: red. Hex color #E86E9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86E9F is #179160. Grayscale: #979797. Windows color (decimal): -1544545 or 10448616. OLE color: 10448616.

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

Color convert

RGB 232 110 159 -
CMYK 0 0.53 0.31 0.09
HSL 335.9º 0.73% 0.67% -
HSV(B) 335.9º 0.53% 0.91% -
XYZ 45.11 30.81 36.37 -
YUV 152.06 131.92 185.02 -
System Red Green Blue C M Y K H S L
Decimal 232 110 159 0 0.53 0.31 0.09 335.9 0.73 0.67
Hex E8 6E 9F 0 35 1F 9 150 49 43
Octal 350 156 237 0 65 37 11 520 111 103
Binary 11101000 1101110 10011111 0 110101 11111 1001 101010000 1001001 1000011

Color Harmonies of #E86E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86E9F

Black with #E86E9F

Text Example


Text Example

White with #E86E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86E9F; }

 p { color: rgb(232,110,159); }

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

background-color css

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

 a { background-color: rgb(232,110,159); }

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

border-color css

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

 span { border-color: rgb(232,110,159); }

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