Html Css Color HEX #E16F9E Pale Violet Red

📋 copy color: '#E16F9E'

red 225 ◦ green 111 ◦ blue 158

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

Shades of Pale Violet Red #E16F9E

Tints of Pale Violet Red #E16F9E

RGB

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

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

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

R = 45.55%
G = 22.47%
B = 31.98%

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

#E16F9E (or 0xE16F9E) is known color: Pale Violet Red. HEX triplet: E1, 6F and 9E. RGB value is (225,111,158). Sum of RGB (Red+Green+Blue) = 225+111+158=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 111 (43.75% from 255 or 22.47% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16F9E is #1E9061. Grayscale: #969696. Windows color (decimal): -2003042 or 10383329. OLE color: 10383329.

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

Color convert

RGB 225 111 158 -
CMYK 0 0.51 0.30 0.12
HSL 335.26º 0.66% 0.66% -
HSV(B) 335.26º 0.51% 0.88% -
XYZ 42.91 29.85 35.85 -
YUV 150.44 132.27 181.18 -
System Red Green Blue C M Y K H S L
Decimal 225 111 158 0 0.51 0.30 0.12 335.26 0.66 0.66
Hex E1 6F 9E 0 33 1E C 14F 42 42
Octal 341 157 236 0 63 36 14 517 102 102
Binary 11100001 1101111 10011110 0 110011 11110 1100 101001111 1000010 1000010

Color Harmonies of #E16F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16F9E

Black with #E16F9E

Text Example


Text Example

White with #E16F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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