Html Css Color HEX #E16E9C Pale Violet Red

📋 copy color: '#E16E9C'

red 225 ◦ green 110 ◦ blue 156

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

Shades of Pale Violet Red #E16E9C

Tints of Pale Violet Red #E16E9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.77%

R = 45.82%
G = 22.4%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E16E9C (or 0xE16E9C) is known color: Pale Violet Red. HEX triplet: E1, 6E and 9C. RGB value is (225,110,156). Sum of RGB (Red+Green+Blue) = 225+110+156=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16E9C is #1E9163. Grayscale: #959595. Windows color (decimal): -2003300 or 10252001. OLE color: 10252001.

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

Color convert

RGB 225 110 156 -
CMYK 0 0.51 0.31 0.12
HSL 336º 0.66% 0.66% -
HSV(B) 336º 0.51% 0.88% -
XYZ 42.63 29.56 34.91 -
YUV 149.63 131.6 181.76 -
System Red Green Blue C M Y K H S L
Decimal 225 110 156 0 0.51 0.31 0.12 336 0.66 0.66
Hex E1 6E 9C 0 33 1F C 150 42 42
Octal 341 156 234 0 63 37 14 520 102 102
Binary 11100001 1101110 10011100 0 110011 11111 1100 101010000 1000010 1000010

Color Harmonies of #E16E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16E9C

Black with #E16E9C

Text Example


Text Example

White with #E16E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16E9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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