Html Css Color HEX #E16096 Pale Violet Red

📋 copy color: '#E16096'

red 225 ◦ green 96 ◦ blue 150

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

Shades of Pale Violet Red #E16096

Tints of Pale Violet Red #E16096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.85%

R = 47.77%
G = 20.38%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E16096 (or 0xE16096) is known color: Pale Violet Red. HEX triplet: E1, 60 and 96. RGB value is (225,96,150). Sum of RGB (Red+Green+Blue) = 225+96+150=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 150 (58.98% from 255 or 31.85% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E16096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16096 is #1E9F69. Grayscale: #8C8C8C. Windows color (decimal): -2006890 or 9855201. OLE color: 9855201.

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

Color convert

RGB 225 96 150 -
CMYK 0 0.57 0.33 0.12
HSL 334.88º 0.68% 0.63% -
HSV(B) 334.88º 0.57% 0.88% -
XYZ 40.74 26.58 31.84 -
YUV 140.73 133.24 188.11 -
System Red Green Blue C M Y K H S L
Decimal 225 96 150 0 0.57 0.33 0.12 334.88 0.68 0.63
Hex E1 60 96 0 39 21 C 14F 44 3F
Octal 341 140 226 0 71 41 14 517 104 77
Binary 11100001 1100000 10010110 0 111001 100001 1100 101001111 1000100 111111

Color Harmonies of #E16096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16096

Black with #E16096

Text Example


Text Example

White with #E16096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16096; }

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

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

background-color css

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

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

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

border-color css

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

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

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