Html Css Color HEX #E96AA0 Pale Violet Red

📋 copy color: '#E96AA0'

red 233 ◦ green 106 ◦ blue 160

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

Shades of Pale Violet Red #E96AA0

Tints of Pale Violet Red #E96AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.06%

R = 46.69%
G = 21.24%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E96AA0 (or 0xE96AA0) is known color: Pale Violet Red. HEX triplet: E9, 6A and A0. RGB value is (233,106,160). Sum of RGB (Red+Green+Blue) = 233+106+160=499 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.69% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 233 - color contains mainly: red. Hex color #E96AA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96AA0 is #16955F. Grayscale: #969696. Windows color (decimal): -1480032 or 10513129. OLE color: 10513129.

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

Color convert

RGB 233 106 160 -
CMYK 0 0.55 0.31 0.09
HSL 334.49º 0.74% 0.66% -
HSV(B) 334.49º 0.55% 0.91% -
XYZ 45.1 30.17 36.7 -
YUV 150.13 133.58 187.11 -
System Red Green Blue C M Y K H S L
Decimal 233 106 160 0 0.55 0.31 0.09 334.49 0.74 0.66
Hex E9 6A A0 0 37 1F 9 14E 4A 42
Octal 351 152 240 0 67 37 11 516 112 102
Binary 11101001 1101010 10100000 0 110111 11111 1001 101001110 1001010 1000010

Color Harmonies of #E96AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96AA0

Black with #E96AA0

Text Example


Text Example

White with #E96AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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