Html Css Color HEX #E96DA1 Pale Violet Red

📋 copy color: '#E96DA1'

red 233 ◦ green 109 ◦ blue 161

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

Shades of Pale Violet Red #E96DA1

Tints of Pale Violet Red #E96DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 32.01%

R = 46.32%
G = 21.67%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E96DA1 (or 0xE96DA1) is known color: Pale Violet Red. HEX triplet: E9, 6D and A1. RGB value is (233,109,161). Sum of RGB (Red+Green+Blue) = 233+109+161=503 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.32% from 503); Green value is 109 (42.97% from 255 or 21.67% from 503); Blue value is 161 (63.28% from 255 or 32.01% from 503); Max value from RGB is 233 - color contains mainly: red. Hex color #E96DA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96DA1 is #16925E. Grayscale: #979797. Windows color (decimal): -1479263 or 10579433. OLE color: 10579433.

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

Color convert

RGB 233 109 161 -
CMYK 0 0.53 0.31 0.09
HSL 334.84º 0.74% 0.67% -
HSV(B) 334.84º 0.53% 0.91% -
XYZ 45.51 30.83 37.27 -
YUV 152 133.08 185.77 -
System Red Green Blue C M Y K H S L
Decimal 233 109 161 0 0.53 0.31 0.09 334.84 0.74 0.67
Hex E9 6D A1 0 35 1F 9 14F 4A 43
Octal 351 155 241 0 65 37 11 517 112 103
Binary 11101001 1101101 10100001 0 110101 11111 1001 101001111 1001010 1000011

Color Harmonies of #E96DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96DA1

Black with #E96DA1

Text Example


Text Example

White with #E96DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96DA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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