Html Css Color HEX #E16AA5 Pale Violet Red

📋 copy color: '#E16AA5'

red 225 ◦ green 106 ◦ blue 165

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

Shades of Pale Violet Red #E16AA5

Tints of Pale Violet Red #E16AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.27%

R = 45.36%
G = 21.37%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E16AA5 (or 0xE16AA5) is known color: Pale Violet Red. HEX triplet: E1, 6A and A5. RGB value is (225,106,165). Sum of RGB (Red+Green+Blue) = 225+106+165=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 106 (41.80% from 255 or 21.37% from 496); Blue value is 165 (64.84% from 255 or 33.27% from 496); Max value from RGB is 225 - color contains mainly: red. Hex color #E16AA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16AA5 is #1E955A. Grayscale: #949494. Windows color (decimal): -2004315 or 10840801. OLE color: 10840801.

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

Color convert

RGB 225 106 165 -
CMYK 0 0.53 0.27 0.12
HSL 330.25º 0.66% 0.65% -
HSV(B) 330.25º 0.53% 0.88% -
XYZ 43 29.03 38.93 -
YUV 148.31 137.42 182.7 -
System Red Green Blue C M Y K H S L
Decimal 225 106 165 0 0.53 0.27 0.12 330.25 0.66 0.65
Hex E1 6A A5 0 35 1B C 14A 42 41
Octal 341 152 245 0 65 33 14 512 102 101
Binary 11100001 1101010 10100101 0 110101 11011 1100 101001010 1000010 1000001

Color Harmonies of #E16AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16AA5

Black with #E16AA5

Text Example


Text Example

White with #E16AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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