Html Css Color HEX #E162A6 Pale Violet Red

📋 copy color: '#E162A6'

red 225 ◦ green 98 ◦ blue 166

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

Shades of Pale Violet Red #E162A6

Tints of Pale Violet Red #E162A6

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.04%

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

R = 46.01%
G = 20.04%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E162A6 (or 0xE162A6) is known color: Pale Violet Red. HEX triplet: E1, 62 and A6. RGB value is (225,98,166). Sum of RGB (Red+Green+Blue) = 225+98+166=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 98 (38.67% from 255 or 20.04% from 489); Blue value is 166 (65.23% from 255 or 33.95% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E162A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E162A6 is #1E9D59. Grayscale: #8F8F8F. Windows color (decimal): -2006362 or 10904289. OLE color: 10904289.

HSL color Cylindrical-coordinate representation of color #E162A6: hue angle of 327.87º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E162A6 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 98 166 -
CMYK 0 0.56 0.26 0.12
HSL 327.87º 0.68% 0.63% -
HSV(B) 327.87º 0.56% 0.88% -
XYZ 42.3 27.5 39.15 -
YUV 143.73 140.58 185.97 -
System Red Green Blue C M Y K H S L
Decimal 225 98 166 0 0.56 0.26 0.12 327.87 0.68 0.63
Hex E1 62 A6 0 38 1A C 148 44 3F
Octal 341 142 246 0 70 32 14 510 104 77
Binary 11100001 1100010 10100110 0 111000 11010 1100 101001000 1000100 111111

Color Harmonies of #E162A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E162A6

Black with #E162A6

Text Example


Text Example

White with #E162A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E162A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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