Html Css Color HEX #E96DA2 Pale Violet Red

📋 copy color: '#E96DA2'

red 233 ◦ green 109 ◦ blue 162

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

Shades of Pale Violet Red #E96DA2

Tints of Pale Violet Red #E96DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.14%

R = 46.23%
G = 21.63%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.09

RGB Variations

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

Color information

#E96DA2 (or 0xE96DA2) is known color: Pale Violet Red. HEX triplet: E9, 6D and A2. RGB value is (233,109,162). Sum of RGB (Red+Green+Blue) = 233+109+162=504 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.23% from 504); Green value is 109 (42.97% from 255 or 21.63% from 504); Blue value is 162 (63.67% from 255 or 32.14% from 504); Max value from RGB is 233 - color contains mainly: red. Hex color #E96DA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96DA2 is #16925D. Grayscale: #989898. Windows color (decimal): -1479262 or 10644969. OLE color: 10644969.

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

Color convert

RGB 233 109 162 -
CMYK 0 0.53 0.30 0.09
HSL 334.35º 0.74% 0.67% -
HSV(B) 334.35º 0.53% 0.91% -
XYZ 45.59 30.87 37.74 -
YUV 152.12 133.58 185.69 -
System Red Green Blue C M Y K H S L
Decimal 233 109 162 0 0.53 0.30 0.09 334.35 0.74 0.67
Hex E9 6D A2 0 35 1E 9 14E 4A 43
Octal 351 155 242 0 65 36 11 516 112 103
Binary 11101001 1101101 10100010 0 110101 11110 1001 101001110 1001010 1000011

Color Harmonies of #E96DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96DA2

Black with #E96DA2

Text Example


Text Example

White with #E96DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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