Html Css Color HEX #E163A2 Pale Violet Red

📋 copy color: '#E163A2'

red 225 ◦ green 99 ◦ blue 162

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

Shades of Pale Violet Red #E163A2

Tints of Pale Violet Red #E163A2

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.37%

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

R = 46.3%
G = 20.37%
B = 33.33%

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

#E163A2 (or 0xE163A2) is known color: Pale Violet Red. HEX triplet: E1, 63 and A2. RGB value is (225,99,162). Sum of RGB (Red+Green+Blue) = 225+99+162=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 99 (39.06% from 255 or 20.37% from 486); Blue value is 162 (63.67% from 255 or 33.33% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E163A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E163A2 is #1E9C5D. Grayscale: #8F8F8F. Windows color (decimal): -2006110 or 10642401. OLE color: 10642401.

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

Color convert

RGB 225 99 162 -
CMYK 0 0.56 0.28 0.12
HSL 330º 0.68% 0.64% -
HSV(B) 330º 0.56% 0.88% -
XYZ 42.03 27.54 37.28 -
YUV 143.86 138.24 185.88 -
System Red Green Blue C M Y K H S L
Decimal 225 99 162 0 0.56 0.28 0.12 330 0.68 0.64
Hex E1 63 A2 0 38 1C C 14A 44 40
Octal 341 143 242 0 70 34 14 512 104 100
Binary 11100001 1100011 10100010 0 111000 11100 1100 101001010 1000100 1000000

Color Harmonies of #E163A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E163A2

Black with #E163A2

Text Example


Text Example

White with #E163A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E163A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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