Html Css Color HEX #E16E9F Pale Violet Red

📋 copy color: '#E16E9F'

red 225 ◦ green 110 ◦ blue 159

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

Shades of Pale Violet Red #E16E9F

Tints of Pale Violet Red #E16E9F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.27%

 BLUE value IS 159 (62.5% from 255) = 32.19%

R = 45.55%
G = 22.27%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E16E9F (or 0xE16E9F) is known color: Pale Violet Red. HEX triplet: E1, 6E and 9F. RGB value is (225,110,159). Sum of RGB (Red+Green+Blue) = 225+110+159=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 110 (43.36% from 255 or 22.27% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16E9F is #1E9160. Grayscale: #959595. Windows color (decimal): -2003297 or 10448609. OLE color: 10448609.

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

Color convert

RGB 225 110 159 -
CMYK 0 0.51 0.29 0.12
HSL 334.43º 0.66% 0.66% -
HSV(B) 334.43º 0.51% 0.88% -
XYZ 42.89 29.66 36.27 -
YUV 149.97 133.1 181.52 -
System Red Green Blue C M Y K H S L
Decimal 225 110 159 0 0.51 0.29 0.12 334.43 0.66 0.66
Hex E1 6E 9F 0 33 1D C 14E 42 42
Octal 341 156 237 0 63 35 14 516 102 102
Binary 11100001 1101110 10011111 0 110011 11101 1100 101001110 1000010 1000010

Color Harmonies of #E16E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16E9F

Black with #E16E9F

Text Example


Text Example

White with #E16E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16E9F; }

 p { color: rgb(225,110,159); }

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

background-color css

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

 a { background-color: rgb(225,110,159); }

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

border-color css

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

 span { border-color: rgb(225,110,159); }

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