Html Css Color HEX #E16F96 Pale Violet Red

📋 copy color: '#E16F96'

red 225 ◦ green 111 ◦ blue 150

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

Shades of Pale Violet Red #E16F96

Tints of Pale Violet Red #E16F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.86%

R = 46.3%
G = 22.84%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E16F96 (or 0xE16F96) is known color: Pale Violet Red. HEX triplet: E1, 6F and 96. RGB value is (225,111,150). Sum of RGB (Red+Green+Blue) = 225+111+150=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16F96 is #1E9069. Grayscale: #959595. Windows color (decimal): -2003050 or 9859041. OLE color: 9859041.

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

Color convert

RGB 225 111 150 -
CMYK 0 0.51 0.33 0.12
HSL 339.47º 0.66% 0.66% -
HSV(B) 339.47º 0.51% 0.88% -
XYZ 42.24 29.58 32.34 -
YUV 149.53 128.27 181.83 -
System Red Green Blue C M Y K H S L
Decimal 225 111 150 0 0.51 0.33 0.12 339.47 0.66 0.66
Hex E1 6F 96 0 33 21 C 153 42 42
Octal 341 157 226 0 63 41 14 523 102 102
Binary 11100001 1101111 10010110 0 110011 100001 1100 101010011 1000010 1000010

Color Harmonies of #E16F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16F96

Black with #E16F96

Text Example


Text Example

White with #E16F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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