Html Css Color HEX #E16194 Pale Violet Red

📋 copy color: '#E16194'

red 225 ◦ green 97 ◦ blue 148

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

Shades of Pale Violet Red #E16194

Tints of Pale Violet Red #E16194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.49%

R = 47.87%
G = 20.64%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E16194 (or 0xE16194) is known color: Pale Violet Red. HEX triplet: E1, 61 and 94. RGB value is (225,97,148). Sum of RGB (Red+Green+Blue) = 225+97+148=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 97 (38.28% from 255 or 20.64% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E16194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16194 is #1E9E6B. Grayscale: #8D8D8D. Windows color (decimal): -2006636 or 9724385. OLE color: 9724385.

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

Color convert

RGB 225 97 148 -
CMYK 0 0.57 0.34 0.12
HSL 336.09º 0.68% 0.63% -
HSV(B) 336.09º 0.57% 0.88% -
XYZ 40.67 26.7 31.03 -
YUV 141.09 131.91 187.85 -
System Red Green Blue C M Y K H S L
Decimal 225 97 148 0 0.57 0.34 0.12 336.09 0.68 0.63
Hex E1 61 94 0 39 22 C 150 44 3F
Octal 341 141 224 0 71 42 14 520 104 77
Binary 11100001 1100001 10010100 0 111001 100010 1100 101010000 1000100 111111

Color Harmonies of #E16194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16194

Black with #E16194

Text Example


Text Example

White with #E16194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16194; }

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

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

background-color css

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

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

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

border-color css

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

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

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