Html Css Color HEX #E16A97 Pale Violet Red

📋 copy color: '#E16A97'

red 225 ◦ green 106 ◦ blue 151

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

Shades of Pale Violet Red #E16A97

Tints of Pale Violet Red #E16A97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.33%

R = 46.68%
G = 21.99%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E16A97 (or 0xE16A97) is known color: Pale Violet Red. HEX triplet: E1, 6A and 97. RGB value is (225,106,151). Sum of RGB (Red+Green+Blue) = 225+106+151=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 151 (59.38% from 255 or 31.33% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E16A97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16A97 is #1E9568. Grayscale: #929292. Windows color (decimal): -2004329 or 9923297. OLE color: 9923297.

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

Color convert

RGB 225 106 151 -
CMYK 0 0.53 0.33 0.12
HSL 337.31º 0.66% 0.65% -
HSV(B) 337.31º 0.53% 0.88% -
XYZ 41.79 28.55 32.59 -
YUV 146.71 130.42 183.84 -
System Red Green Blue C M Y K H S L
Decimal 225 106 151 0 0.53 0.33 0.12 337.31 0.66 0.65
Hex E1 6A 97 0 35 21 C 151 42 41
Octal 341 152 227 0 65 41 14 521 102 101
Binary 11100001 1101010 10010111 0 110101 100001 1100 101010001 1000010 1000001

Color Harmonies of #E16A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16A97

Black with #E16A97

Text Example


Text Example

White with #E16A97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16A97; }

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

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

background-color css

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

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

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

border-color css

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

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

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