Html Css Color HEX #E96E97 Pale Violet Red

📋 copy color: '#E96E97'

red 233 ◦ green 110 ◦ blue 151

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

Shades of Pale Violet Red #E96E97

Tints of Pale Violet Red #E96E97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.57%

R = 47.17%
G = 22.27%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E96E97 (or 0xE96E97) is known color: Pale Violet Red. HEX triplet: E9, 6E and 97. RGB value is (233,110,151). Sum of RGB (Red+Green+Blue) = 233+110+151=494 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.17% from 494); Green value is 110 (43.36% from 255 or 22.27% from 494); Blue value is 151 (59.38% from 255 or 30.57% from 494); Max value from RGB is 233 - color contains mainly: red. Hex color #E96E97 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96E97 is #169168. Grayscale: #979797. Windows color (decimal): -1479017 or 9924329. OLE color: 9924329.

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

Color convert

RGB 233 110 151 -
CMYK 0 0.53 0.35 0.09
HSL 340º 0.74% 0.67% -
HSV(B) 340º 0.53% 0.91% -
XYZ 44.77 30.71 32.85 -
YUV 151.45 127.75 186.17 -
System Red Green Blue C M Y K H S L
Decimal 233 110 151 0 0.53 0.35 0.09 340 0.74 0.67
Hex E9 6E 97 0 35 23 9 154 4A 43
Octal 351 156 227 0 65 43 11 524 112 103
Binary 11101001 1101110 10010111 0 110101 100011 1001 101010100 1001010 1000011

Color Harmonies of #E96E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96E97

Black with #E96E97

Text Example


Text Example

White with #E96E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96E97; }

 p { color: rgb(233,110,151); }

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

background-color css

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

 a { background-color: rgb(233,110,151); }

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

border-color css

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

 span { border-color: rgb(233,110,151); }

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