Html Css Color HEX #E16FA2 Pale Violet Red

📋 copy color: '#E16FA2'

red 225 ◦ green 111 ◦ blue 162

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

Shades of Pale Violet Red #E16FA2

Tints of Pale Violet Red #E16FA2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.29%

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

R = 45.18%
G = 22.29%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E16FA2 (or 0xE16FA2) is known color: Pale Violet Red. HEX triplet: E1, 6F and A2. RGB value is (225,111,162). Sum of RGB (Red+Green+Blue) = 225+111+162=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 111 (43.75% from 255 or 22.29% from 498); Blue value is 162 (63.67% from 255 or 32.53% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E16FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16FA2 is #1E905D. Grayscale: #969696. Windows color (decimal): -2003038 or 10645473. OLE color: 10645473.

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

Color convert

RGB 225 111 162 -
CMYK 0 0.51 0.28 0.12
HSL 333.16º 0.66% 0.66% -
HSV(B) 333.16º 0.51% 0.88% -
XYZ 43.26 29.99 37.69 -
YUV 150.9 134.27 180.85 -
System Red Green Blue C M Y K H S L
Decimal 225 111 162 0 0.51 0.28 0.12 333.16 0.66 0.66
Hex E1 6F A2 0 33 1C C 14D 42 42
Octal 341 157 242 0 63 34 14 515 102 102
Binary 11100001 1101111 10100010 0 110011 11100 1100 101001101 1000010 1000010

Color Harmonies of #E16FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16FA2

Black with #E16FA2

Text Example


Text Example

White with #E16FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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