Html Css Color HEX #E16F98 Pale Violet Red

📋 copy color: '#E16F98'

red 225 ◦ green 111 ◦ blue 152

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

Shades of Pale Violet Red #E16F98

Tints of Pale Violet Red #E16F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.15%

R = 46.11%
G = 22.75%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E16F98 (or 0xE16F98) is known color: Pale Violet Red. HEX triplet: E1, 6F and 98. RGB value is (225,111,152). Sum of RGB (Red+Green+Blue) = 225+111+152=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 111 (43.75% from 255 or 22.75% from 488); Blue value is 152 (59.77% from 255 or 31.15% from 488); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16F98 is #1E9067. Grayscale: #959595. Windows color (decimal): -2003048 or 9990113. OLE color: 9990113.

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

Color convert

RGB 225 111 152 -
CMYK 0 0.51 0.32 0.12
HSL 338.42º 0.66% 0.66% -
HSV(B) 338.42º 0.51% 0.88% -
XYZ 42.4 29.64 33.19 -
YUV 149.76 129.27 181.67 -
System Red Green Blue C M Y K H S L
Decimal 225 111 152 0 0.51 0.32 0.12 338.42 0.66 0.66
Hex E1 6F 98 0 33 20 C 152 42 42
Octal 341 157 230 0 63 40 14 522 102 102
Binary 11100001 1101111 10011000 0 110011 100000 1100 101010010 1000010 1000010

Color Harmonies of #E16F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16F98

Black with #E16F98

Text Example


Text Example

White with #E16F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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