Html Css Color HEX #E96D9F Pale Violet Red

📋 copy color: '#E96D9F'

red 233 ◦ green 109 ◦ blue 159

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

Shades of Pale Violet Red #E96D9F

Tints of Pale Violet Red #E96D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.74%

R = 46.51%
G = 21.76%
B = 31.74%

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

#E96D9F (or 0xE96D9F) is known color: Pale Violet Red. HEX triplet: E9, 6D and 9F. RGB value is (233,109,159). Sum of RGB (Red+Green+Blue) = 233+109+159=501 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.51% from 501); Green value is 109 (42.97% from 255 or 21.76% from 501); Blue value is 159 (62.5% from 255 or 31.74% from 501); Max value from RGB is 233 - color contains mainly: red. Hex color #E96D9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96D9F is #169260. Grayscale: #979797. Windows color (decimal): -1479265 or 10448361. OLE color: 10448361.

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

Color convert

RGB 233 109 159 -
CMYK 0 0.53 0.32 0.09
HSL 335.81º 0.74% 0.67% -
HSV(B) 335.81º 0.53% 0.91% -
XYZ 45.33 30.76 36.35 -
YUV 151.78 132.08 185.93 -
System Red Green Blue C M Y K H S L
Decimal 233 109 159 0 0.53 0.32 0.09 335.81 0.74 0.67
Hex E9 6D 9F 0 35 20 9 150 4A 43
Octal 351 155 237 0 65 40 11 520 112 103
Binary 11101001 1101101 10011111 0 110101 100000 1001 101010000 1001010 1000011

Color Harmonies of #E96D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96D9F

Black with #E96D9F

Text Example


Text Example

White with #E96D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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