Html Css Color HEX #E16E9E Pale Violet Red

📋 copy color: '#E16E9E'

red 225 ◦ green 110 ◦ blue 158

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

Shades of Pale Violet Red #E16E9E

Tints of Pale Violet Red #E16E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 32.05%

R = 45.64%
G = 22.31%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E16E9E (or 0xE16E9E) is known color: Pale Violet Red. HEX triplet: E1, 6E and 9E. RGB value is (225,110,158). Sum of RGB (Red+Green+Blue) = 225+110+158=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16E9E is #1E9161. Grayscale: #959595. Windows color (decimal): -2003298 or 10383073. OLE color: 10383073.

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

Color convert

RGB 225 110 158 -
CMYK 0 0.51 0.30 0.12
HSL 334.96º 0.66% 0.66% -
HSV(B) 334.96º 0.51% 0.88% -
XYZ 42.8 29.63 35.81 -
YUV 149.86 132.6 181.6 -
System Red Green Blue C M Y K H S L
Decimal 225 110 158 0 0.51 0.30 0.12 334.96 0.66 0.66
Hex E1 6E 9E 0 33 1E C 14F 42 42
Octal 341 156 236 0 63 36 14 517 102 102
Binary 11100001 1101110 10011110 0 110011 11110 1100 101001111 1000010 1000010

Color Harmonies of #E16E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16E9E

Black with #E16E9E

Text Example


Text Example

White with #E16E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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