Html Css Color HEX #E16AAA Pale Violet Red

📋 copy color: '#E16AAA'

red 225 ◦ green 106 ◦ blue 170

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

Shades of Pale Violet Red #E16AAA

Tints of Pale Violet Red #E16AAA

RGB

 RED value IS 225 (88.28% from 255) = 44.91%

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

 BLUE value IS 170 (66.8% from 255) = 33.93%

R = 44.91%
G = 21.16%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E16AAA (or 0xE16AAA) is known color: Pale Violet Red. HEX triplet: E1, 6A and AA. RGB value is (225,106,170). Sum of RGB (Red+Green+Blue) = 225+106+170=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E16AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16AAA is #1E9555. Grayscale: #949494. Windows color (decimal): -2004310 or 11168481. OLE color: 11168481.

HSL color Cylindrical-coordinate representation of color #E16AAA: hue angle of 327.73º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E16AAA is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 106 170 -
CMYK 0 0.53 0.24 0.12
HSL 327.73º 0.66% 0.65% -
HSV(B) 327.73º 0.53% 0.88% -
XYZ 43.46 29.22 41.38 -
YUV 148.88 139.92 182.3 -
System Red Green Blue C M Y K H S L
Decimal 225 106 170 0 0.53 0.24 0.12 327.73 0.66 0.65
Hex E1 6A AA 0 35 18 C 148 42 41
Octal 341 152 252 0 65 30 14 510 102 101
Binary 11100001 1101010 10101010 0 110101 11000 1100 101001000 1000010 1000001

Color Harmonies of #E16AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16AAA

Black with #E16AAA

Text Example


Text Example

White with #E16AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16AAA; }

 p { color: rgb(225,106,170); }

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

background-color css

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

 a { background-color: rgb(225,106,170); }

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

border-color css

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

 span { border-color: rgb(225,106,170); }

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