Html Css Color HEX #E160A6 Pale Violet Red

📋 copy color: '#E160A6'

red 225 ◦ green 96 ◦ blue 166

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

Shades of Pale Violet Red #E160A6

Tints of Pale Violet Red #E160A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 34.09%

R = 46.2%
G = 19.71%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E160A6 (or 0xE160A6) is known color: Pale Violet Red. HEX triplet: E1, 60 and A6. RGB value is (225,96,166). Sum of RGB (Red+Green+Blue) = 225+96+166=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 166 (65.23% from 255 or 34.09% from 487); Max value from RGB is 225 - color contains mainly: red. Hex color #E160A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E160A6 is #1E9F59. Grayscale: #8E8E8E. Windows color (decimal): -2006874 or 10903777. OLE color: 10903777.

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

Color convert

RGB 225 96 166 -
CMYK 0 0.57 0.26 0.12
HSL 327.44º 0.68% 0.63% -
HSV(B) 327.44º 0.57% 0.88% -
XYZ 42.12 27.13 39.09 -
YUV 142.55 141.24 186.81 -
System Red Green Blue C M Y K H S L
Decimal 225 96 166 0 0.57 0.26 0.12 327.44 0.68 0.63
Hex E1 60 A6 0 39 1A C 147 44 3F
Octal 341 140 246 0 71 32 14 507 104 77
Binary 11100001 1100000 10100110 0 111001 11010 1100 101000111 1000100 111111

Color Harmonies of #E160A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E160A6

Black with #E160A6

Text Example


Text Example

White with #E160A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E160A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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