Html Css Color HEX #E96C9D Pale Violet Red

📋 copy color: '#E96C9D'

red 233 ◦ green 108 ◦ blue 157

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

Shades of Pale Violet Red #E96C9D

Tints of Pale Violet Red #E96C9D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.69%

 BLUE value IS 157 (61.72% from 255) = 31.53%

R = 46.79%
G = 21.69%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E96C9D (or 0xE96C9D) is known color: Pale Violet Red. HEX triplet: E9, 6C and 9D. RGB value is (233,108,157). Sum of RGB (Red+Green+Blue) = 233+108+157=498 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.79% from 498); Green value is 108 (42.58% from 255 or 21.69% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 233 - color contains mainly: red. Hex color #E96C9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96C9D is #169362. Grayscale: #969696. Windows color (decimal): -1479523 or 10317033. OLE color: 10317033.

HSL color Cylindrical-coordinate representation of color #E96C9D: hue angle of 336.48º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E96C9D is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 108 157 -
CMYK 0 0.54 0.33 0.09
HSL 336.48º 0.74% 0.67% -
HSV(B) 336.48º 0.54% 0.91% -
XYZ 45.05 30.48 35.41 -
YUV 150.96 131.41 186.52 -
System Red Green Blue C M Y K H S L
Decimal 233 108 157 0 0.54 0.33 0.09 336.48 0.74 0.67
Hex E9 6C 9D 0 36 21 9 150 4A 43
Octal 351 154 235 0 66 41 11 520 112 103
Binary 11101001 1101100 10011101 0 110110 100001 1001 101010000 1001010 1000011

Color Harmonies of #E96C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96C9D

Black with #E96C9D

Text Example


Text Example

White with #E96C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96C9D; }

 p { color: rgb(233,108,157); }

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

background-color css

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

 a { background-color: rgb(233,108,157); }

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

border-color css

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

 span { border-color: rgb(233,108,157); }

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