Html Css Color HEX #E16095 Pale Violet Red

📋 copy color: '#E16095'

red 225 ◦ green 96 ◦ blue 149

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

Shades of Pale Violet Red #E16095

Tints of Pale Violet Red #E16095

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.43%

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

R = 47.87%
G = 20.43%
B = 31.7%

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

#E16095 (or 0xE16095) is known color: Pale Violet Red. HEX triplet: E1, 60 and 95. RGB value is (225,96,149). Sum of RGB (Red+Green+Blue) = 225+96+149=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 96 (37.89% from 255 or 20.43% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E16095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16095 is #1E9F6A. Grayscale: #8C8C8C. Windows color (decimal): -2006891 or 9789665. OLE color: 9789665.

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

Color convert

RGB 225 96 149 -
CMYK 0 0.57 0.34 0.12
HSL 335.35º 0.68% 0.63% -
HSV(B) 335.35º 0.57% 0.88% -
XYZ 40.66 26.54 31.41 -
YUV 140.61 132.74 188.19 -
System Red Green Blue C M Y K H S L
Decimal 225 96 149 0 0.57 0.34 0.12 335.35 0.68 0.63
Hex E1 60 95 0 39 22 C 14F 44 3F
Octal 341 140 225 0 71 42 14 517 104 77
Binary 11100001 1100000 10010101 0 111001 100010 1100 101001111 1000100 111111

Color Harmonies of #E16095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16095

Black with #E16095

Text Example


Text Example

White with #E16095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16095; }

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

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

background-color css

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

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

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

border-color css

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

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

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