Html Css Color HEX #E16F9D Pale Violet Red

📋 copy color: '#E16F9D'

red 225 ◦ green 111 ◦ blue 157

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

Shades of Pale Violet Red #E16F9D

Tints of Pale Violet Red #E16F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.85%

R = 45.64%
G = 22.52%
B = 31.85%

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

#E16F9D (or 0xE16F9D) is known color: Pale Violet Red. HEX triplet: E1, 6F and 9D. RGB value is (225,111,157). Sum of RGB (Red+Green+Blue) = 225+111+157=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 111 (43.75% from 255 or 22.52% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16F9D is #1E9062. Grayscale: #969696. Windows color (decimal): -2003043 or 10317793. OLE color: 10317793.

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

Color convert

RGB 225 111 157 -
CMYK 0 0.51 0.30 0.12
HSL 335.79º 0.66% 0.66% -
HSV(B) 335.79º 0.51% 0.88% -
XYZ 42.82 29.81 35.4 -
YUV 150.33 131.77 181.26 -
System Red Green Blue C M Y K H S L
Decimal 225 111 157 0 0.51 0.30 0.12 335.79 0.66 0.66
Hex E1 6F 9D 0 33 1E C 150 42 42
Octal 341 157 235 0 63 36 14 520 102 102
Binary 11100001 1101111 10011101 0 110011 11110 1100 101010000 1000010 1000010

Color Harmonies of #E16F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16F9D

Black with #E16F9D

Text Example


Text Example

White with #E16F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16F9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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