Html Css Color HEX #E162A2 Pale Violet Red

📋 copy color: '#E162A2'

red 225 ◦ green 98 ◦ blue 162

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

Shades of Pale Violet Red #E162A2

Tints of Pale Violet Red #E162A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.4%

R = 46.39%
G = 20.21%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E162A2 (or 0xE162A2) is known color: Pale Violet Red. HEX triplet: E1, 62 and A2. RGB value is (225,98,162). Sum of RGB (Red+Green+Blue) = 225+98+162=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 98 (38.67% from 255 or 20.21% from 485); Blue value is 162 (63.67% from 255 or 33.40% from 485); Max value from RGB is 225 - color contains mainly: red. Hex color #E162A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E162A2 is #1E9D5D. Grayscale: #8F8F8F. Windows color (decimal): -2006366 or 10642145. OLE color: 10642145.

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

Color convert

RGB 225 98 162 -
CMYK 0 0.56 0.28 0.12
HSL 329.76º 0.68% 0.63% -
HSV(B) 329.76º 0.56% 0.88% -
XYZ 41.94 27.35 37.25 -
YUV 143.27 138.58 186.3 -
System Red Green Blue C M Y K H S L
Decimal 225 98 162 0 0.56 0.28 0.12 329.76 0.68 0.63
Hex E1 62 A2 0 38 1C C 14A 44 3F
Octal 341 142 242 0 70 34 14 512 104 77
Binary 11100001 1100010 10100010 0 111000 11100 1100 101001010 1000100 111111

Color Harmonies of #E162A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E162A2

Black with #E162A2

Text Example


Text Example

White with #E162A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E162A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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