Html Css Color HEX #E16FA1 Pale Violet Red

📋 copy color: '#E16FA1'

red 225 ◦ green 111 ◦ blue 161

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

Shades of Pale Violet Red #E16FA1

Tints of Pale Violet Red #E16FA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 32.39%

R = 45.27%
G = 22.33%
B = 32.39%

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

#E16FA1 (or 0xE16FA1) is known color: Pale Violet Red. HEX triplet: E1, 6F and A1. RGB value is (225,111,161). Sum of RGB (Red+Green+Blue) = 225+111+161=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 161 (63.28% from 255 or 32.39% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E16FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16FA1 is #1E905E. Grayscale: #969696. Windows color (decimal): -2003039 or 10579937. OLE color: 10579937.

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

Color convert

RGB 225 111 161 -
CMYK 0 0.51 0.28 0.12
HSL 333.68º 0.66% 0.66% -
HSV(B) 333.68º 0.51% 0.88% -
XYZ 43.17 29.95 37.22 -
YUV 150.79 133.77 180.93 -
System Red Green Blue C M Y K H S L
Decimal 225 111 161 0 0.51 0.28 0.12 333.68 0.66 0.66
Hex E1 6F A1 0 33 1C C 14E 42 42
Octal 341 157 241 0 63 34 14 516 102 102
Binary 11100001 1101111 10100001 0 110011 11100 1100 101001110 1000010 1000010

Color Harmonies of #E16FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16FA1

Black with #E16FA1

Text Example


Text Example

White with #E16FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16FA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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