Html Css Color HEX #E96396 Pale Violet Red

📋 copy color: '#E96396'

red 233 ◦ green 99 ◦ blue 150

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

Shades of Pale Violet Red #E96396

Tints of Pale Violet Red #E96396

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.54%

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

R = 48.34%
G = 20.54%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E96396 (or 0xE96396) is known color: Pale Violet Red. HEX triplet: E9, 63 and 96. RGB value is (233,99,150). Sum of RGB (Red+Green+Blue) = 233+99+150=482 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.34% from 482); Green value is 99 (39.06% from 255 or 20.54% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 233 - color contains mainly: red. Hex color #E96396 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96396 is #169C69. Grayscale: #909090. Windows color (decimal): -1481834 or 9855977. OLE color: 9855977.

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

Color convert

RGB 233 99 150 -
CMYK 0 0.58 0.36 0.09
HSL 337.16º 0.75% 0.65% -
HSV(B) 337.16º 0.58% 0.91% -
XYZ 43.57 28.45 32.05 -
YUV 144.88 130.89 190.85 -
System Red Green Blue C M Y K H S L
Decimal 233 99 150 0 0.58 0.36 0.09 337.16 0.75 0.65
Hex E9 63 96 0 3A 24 9 151 4B 41
Octal 351 143 226 0 72 44 11 521 113 101
Binary 11101001 1100011 10010110 0 111010 100100 1001 101010001 1001011 1000001

Color Harmonies of #E96396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96396

Black with #E96396

Text Example


Text Example

White with #E96396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96396; }

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

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

background-color css

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

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

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

border-color css

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

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

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