Html Css Color HEX #E16392 Pale Violet Red

📋 copy color: '#E16392'

red 225 ◦ green 99 ◦ blue 146

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

Shades of Pale Violet Red #E16392

Tints of Pale Violet Red #E16392

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.06%

 BLUE value IS 146 (57.42% from 255) = 31.06%

R = 47.87%
G = 21.06%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E16392 (or 0xE16392) is known color: Pale Violet Red. HEX triplet: E1, 63 and 92. RGB value is (225,99,146). Sum of RGB (Red+Green+Blue) = 225+99+146=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 99 (39.06% from 255 or 21.06% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E16392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16392 is #1E9C6D. Grayscale: #8D8D8D. Windows color (decimal): -2006126 or 9593825. OLE color: 9593825.

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

Color convert

RGB 225 99 146 -
CMYK 0 0.56 0.35 0.12
HSL 337.62º 0.68% 0.64% -
HSV(B) 337.62º 0.56% 0.88% -
XYZ 40.7 27.01 30.26 -
YUV 142.03 130.24 187.18 -
System Red Green Blue C M Y K H S L
Decimal 225 99 146 0 0.56 0.35 0.12 337.62 0.68 0.64
Hex E1 63 92 0 38 23 C 152 44 40
Octal 341 143 222 0 70 43 14 522 104 100
Binary 11100001 1100011 10010010 0 111000 100011 1100 101010010 1000100 1000000

Color Harmonies of #E16392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16392

Black with #E16392

Text Example


Text Example

White with #E16392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16392; }

 p { color: rgb(225,99,146); }

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

background-color css

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

 a { background-color: rgb(225,99,146); }

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

border-color css

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

 span { border-color: rgb(225,99,146); }

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