Html Css Color HEX #E96A9F Pale Violet Red

📋 copy color: '#E96A9F'

red 233 ◦ green 106 ◦ blue 159

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

Shades of Pale Violet Red #E96A9F

Tints of Pale Violet Red #E96A9F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.29%

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

R = 46.79%
G = 21.29%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E96A9F (or 0xE96A9F) is known color: Pale Violet Red. HEX triplet: E9, 6A and 9F. RGB value is (233,106,159). Sum of RGB (Red+Green+Blue) = 233+106+159=498 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.79% from 498); Green value is 106 (41.80% from 255 or 21.29% from 498); Blue value is 159 (62.5% from 255 or 31.93% from 498); Max value from RGB is 233 - color contains mainly: red. Hex color #E96A9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96A9F is #169560. Grayscale: #959595. Windows color (decimal): -1480033 or 10447593. OLE color: 10447593.

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

Color convert

RGB 233 106 159 -
CMYK 0 0.55 0.32 0.09
HSL 334.96º 0.74% 0.66% -
HSV(B) 334.96º 0.55% 0.91% -
XYZ 45.02 30.13 36.24 -
YUV 150.02 133.08 187.19 -
System Red Green Blue C M Y K H S L
Decimal 233 106 159 0 0.55 0.32 0.09 334.96 0.74 0.66
Hex E9 6A 9F 0 37 20 9 14F 4A 42
Octal 351 152 237 0 67 40 11 517 112 102
Binary 11101001 1101010 10011111 0 110111 100000 1001 101001111 1001010 1000010

Color Harmonies of #E96A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96A9F

Black with #E96A9F

Text Example


Text Example

White with #E96A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96A9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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