Html Css Color HEX #E86096 Pale Violet Red

📋 copy color: '#E86096'

red 232 ◦ green 96 ◦ blue 150

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

Shades of Pale Violet Red #E86096

Tints of Pale Violet Red #E86096

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.08%

 BLUE value IS 150 (58.98% from 255) = 31.38%

R = 48.54%
G = 20.08%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E86096 (or 0xE86096) is known color: Pale Violet Red. HEX triplet: E8, 60 and 96. RGB value is (232,96,150). Sum of RGB (Red+Green+Blue) = 232+96+150=478 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.54% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 232 - color contains mainly: red. Hex color #E86096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86096 is #179F69. Grayscale: #8E8E8E. Windows color (decimal): -1548138 or 9855208. OLE color: 9855208.

HSL color Cylindrical-coordinate representation of color #E86096: hue angle of 336.18º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E86096 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 96 150 -
CMYK 0 0.59 0.35 0.09
HSL 336.18º 0.75% 0.64% -
HSV(B) 336.18º 0.59% 0.91% -
XYZ 42.97 27.72 31.94 -
YUV 142.82 132.06 191.61 -
System Red Green Blue C M Y K H S L
Decimal 232 96 150 0 0.59 0.35 0.09 336.18 0.75 0.64
Hex E8 60 96 0 3B 23 9 150 4B 40
Octal 350 140 226 0 73 43 11 520 113 100
Binary 11101000 1100000 10010110 0 111011 100011 1001 101010000 1001011 1000000

Color Harmonies of #E86096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86096

Black with #E86096

Text Example


Text Example

White with #E86096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86096; }

 p { color: rgb(232,96,150); }

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

background-color css

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

 a { background-color: rgb(232,96,150); }

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

border-color css

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

 span { border-color: rgb(232,96,150); }

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