Html Css Color HEX #E16193 Pale Violet Red

📋 copy color: '#E16193'

red 225 ◦ green 97 ◦ blue 147

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

Shades of Pale Violet Red #E16193

Tints of Pale Violet Red #E16193

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.68%

 BLUE value IS 147 (57.81% from 255) = 31.34%

R = 47.97%
G = 20.68%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E16193 (or 0xE16193) is known color: Pale Violet Red. HEX triplet: E1, 61 and 93. RGB value is (225,97,147). Sum of RGB (Red+Green+Blue) = 225+97+147=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E16193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16193 is #1E9E6C. Grayscale: #8C8C8C. Windows color (decimal): -2006637 or 9658849. OLE color: 9658849.

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

Color convert

RGB 225 97 147 -
CMYK 0 0.57 0.35 0.12
HSL 336.56º 0.68% 0.63% -
HSV(B) 336.56º 0.57% 0.88% -
XYZ 40.59 26.66 30.61 -
YUV 140.97 131.41 187.93 -
System Red Green Blue C M Y K H S L
Decimal 225 97 147 0 0.57 0.35 0.12 336.56 0.68 0.63
Hex E1 61 93 0 39 23 C 151 44 3F
Octal 341 141 223 0 71 43 14 521 104 77
Binary 11100001 1100001 10010011 0 111001 100011 1100 101010001 1000100 111111

Color Harmonies of #E16193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16193

Black with #E16193

Text Example


Text Example

White with #E16193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16193; }

 p { color: rgb(225,97,147); }

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

background-color css

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

 a { background-color: rgb(225,97,147); }

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

border-color css

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

 span { border-color: rgb(225,97,147); }

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