Html Css Color HEX #E96D9E Pale Violet Red

📋 copy color: '#E96D9E'

red 233 ◦ green 109 ◦ blue 158

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

Shades of Pale Violet Red #E96D9E

Tints of Pale Violet Red #E96D9E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.8%

 BLUE value IS 158 (62.11% from 255) = 31.6%

R = 46.6%
G = 21.8%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E96D9E (or 0xE96D9E) is known color: Pale Violet Red. HEX triplet: E9, 6D and 9E. RGB value is (233,109,158). Sum of RGB (Red+Green+Blue) = 233+109+158=500 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.6% from 500); Green value is 109 (42.97% from 255 or 21.8% from 500); Blue value is 158 (62.11% from 255 or 31.6% from 500); Max value from RGB is 233 - color contains mainly: red. Hex color #E96D9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96D9E is #169261. Grayscale: #979797. Windows color (decimal): -1479266 or 10382825. OLE color: 10382825.

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

Color convert

RGB 233 109 158 -
CMYK 0 0.53 0.32 0.09
HSL 336.29º 0.74% 0.67% -
HSV(B) 336.29º 0.53% 0.91% -
XYZ 45.24 30.73 35.89 -
YUV 151.66 131.58 186.02 -
System Red Green Blue C M Y K H S L
Decimal 233 109 158 0 0.53 0.32 0.09 336.29 0.74 0.67
Hex E9 6D 9E 0 35 20 9 150 4A 43
Octal 351 155 236 0 65 40 11 520 112 103
Binary 11101001 1101101 10011110 0 110101 100000 1001 101010000 1001010 1000011

Color Harmonies of #E96D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96D9E

Black with #E96D9E

Text Example


Text Example

White with #E96D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96D9E; }

 p { color: rgb(233,109,158); }

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

background-color css

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

 a { background-color: rgb(233,109,158); }

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

border-color css

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

 span { border-color: rgb(233,109,158); }

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