Html Css Color HEX #E16497 Pale Violet Red

📋 copy color: '#E16497'

red 225 ◦ green 100 ◦ blue 151

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

Shades of Pale Violet Red #E16497

Tints of Pale Violet Red #E16497

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.01%

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

R = 47.27%
G = 21.01%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E16497 (or 0xE16497) is known color: Pale Violet Red. HEX triplet: E1, 64 and 97. RGB value is (225,100,151). Sum of RGB (Red+Green+Blue) = 225+100+151=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 151 (59.38% from 255 or 31.72% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E16497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16497 is #1E9B68. Grayscale: #8F8F8F. Windows color (decimal): -2005865 or 9921761. OLE color: 9921761.

HSL color Cylindrical-coordinate representation of color #E16497: hue angle of 335.52º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E16497 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 100 151 -
CMYK 0 0.56 0.33 0.12
HSL 335.52º 0.68% 0.64% -
HSV(B) 335.52º 0.56% 0.88% -
XYZ 41.19 27.36 32.39 -
YUV 143.19 132.41 186.35 -
System Red Green Blue C M Y K H S L
Decimal 225 100 151 0 0.56 0.33 0.12 335.52 0.68 0.64
Hex E1 64 97 0 38 21 C 150 44 40
Octal 341 144 227 0 70 41 14 520 104 100
Binary 11100001 1100100 10010111 0 111000 100001 1100 101010000 1000100 1000000

Color Harmonies of #E16497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16497

Black with #E16497

Text Example


Text Example

White with #E16497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16497; }

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

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

background-color css

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

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

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

border-color css

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

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

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