Html Css Color HEX #E16495 Pale Violet Red

📋 copy color: '#E16495'

red 225 ◦ green 100 ◦ blue 149

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

Shades of Pale Violet Red #E16495

Tints of Pale Violet Red #E16495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.43%

R = 47.47%
G = 21.1%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E16495 (or 0xE16495) is known color: Pale Violet Red. HEX triplet: E1, 64 and 95. RGB value is (225,100,149). Sum of RGB (Red+Green+Blue) = 225+100+149=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 149 (58.59% from 255 or 31.43% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E16495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16495 is #1E9B6A. Grayscale: #8E8E8E. Windows color (decimal): -2005867 or 9790689. OLE color: 9790689.

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

Color convert

RGB 225 100 149 -
CMYK 0 0.56 0.34 0.12
HSL 336.48º 0.68% 0.64% -
HSV(B) 336.48º 0.56% 0.88% -
XYZ 41.03 27.29 31.54 -
YUV 142.96 131.41 186.52 -
System Red Green Blue C M Y K H S L
Decimal 225 100 149 0 0.56 0.34 0.12 336.48 0.68 0.64
Hex E1 64 95 0 38 22 C 150 44 40
Octal 341 144 225 0 70 42 14 520 104 100
Binary 11100001 1100100 10010101 0 111000 100010 1100 101010000 1000100 1000000

Color Harmonies of #E16495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16495

Black with #E16495

Text Example


Text Example

White with #E16495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16495; }

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

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

background-color css

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

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

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

border-color css

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

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

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