Html Css Color HEX #E96FA2 Pale Violet Red

📋 copy color: '#E96FA2'

red 233 ◦ green 111 ◦ blue 162

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

Shades of Pale Violet Red #E96FA2

Tints of Pale Violet Red #E96FA2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.94%

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

R = 46.05%
G = 21.94%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.09

RGB Variations

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

Color information

#E96FA2 (or 0xE96FA2) is known color: Pale Violet Red. HEX triplet: E9, 6F and A2. RGB value is (233,111,162). Sum of RGB (Red+Green+Blue) = 233+111+162=506 (67% of max value = 765). Red value is 233 (91.41% from 255 or 46.05% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 162 (63.67% from 255 or 32.02% from 506); Max value from RGB is 233 - color contains mainly: red. Hex color #E96FA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96FA2 is #16905D. Grayscale: #999999. Windows color (decimal): -1478750 or 10645481. OLE color: 10645481.

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

Color convert

RGB 233 111 162 -
CMYK 0 0.52 0.30 0.09
HSL 334.92º 0.73% 0.67% -
HSV(B) 334.92º 0.52% 0.91% -
XYZ 45.81 31.3 37.81 -
YUV 153.29 132.92 184.85 -
System Red Green Blue C M Y K H S L
Decimal 233 111 162 0 0.52 0.30 0.09 334.92 0.73 0.67
Hex E9 6F A2 0 34 1E 9 14F 49 43
Octal 351 157 242 0 64 36 11 517 111 103
Binary 11101001 1101111 10100010 0 110100 11110 1001 101001111 1001001 1000011

Color Harmonies of #E96FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96FA2

Black with #E96FA2

Text Example


Text Example

White with #E96FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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