Html Css Color HEX #E96096 Pale Violet Red

📋 copy color: '#E96096'

red 233 ◦ green 96 ◦ blue 150

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

Shades of Pale Violet Red #E96096

Tints of Pale Violet Red #E96096

RGB

 RED value IS 233 (91.41% from 255) = 48.64%

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

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

R = 48.64%
G = 20.04%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E96096 (or 0xE96096) is known color: Pale Violet Red. HEX triplet: E9, 60 and 96. RGB value is (233,96,150). Sum of RGB (Red+Green+Blue) = 233+96+150=479 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.64% from 479); Green value is 96 (37.89% from 255 or 20.04% from 479); Blue value is 150 (58.98% from 255 or 31.32% from 479); Max value from RGB is 233 - color contains mainly: red. Hex color #E96096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96096 is #169F69. Grayscale: #8F8F8F. Windows color (decimal): -1482602 or 9855209. OLE color: 9855209.

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

Color convert

RGB 233 96 150 -
CMYK 0 0.59 0.36 0.09
HSL 336.35º 0.76% 0.65% -
HSV(B) 336.35º 0.59% 0.91% -
XYZ 43.29 27.89 31.96 -
YUV 143.12 131.89 192.11 -
System Red Green Blue C M Y K H S L
Decimal 233 96 150 0 0.59 0.36 0.09 336.35 0.76 0.65
Hex E9 60 96 0 3B 24 9 150 4C 41
Octal 351 140 226 0 73 44 11 520 114 101
Binary 11101001 1100000 10010110 0 111011 100100 1001 101010000 1001100 1000001

Color Harmonies of #E96096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96096

Black with #E96096

Text Example


Text Example

White with #E96096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96096; }

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

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

background-color css

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

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

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

border-color css

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

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

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