Html Css Color HEX #E16F93 Pale Violet Red

📋 copy color: '#E16F93'

red 225 ◦ green 111 ◦ blue 147

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

Shades of Pale Violet Red #E16F93

Tints of Pale Violet Red #E16F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.43%

R = 46.58%
G = 22.98%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E16F93 (or 0xE16F93) is known color: Pale Violet Red. HEX triplet: E1, 6F and 93. RGB value is (225,111,147). Sum of RGB (Red+Green+Blue) = 225+111+147=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 111 (43.75% from 255 or 22.98% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16F93 is #1E906C. Grayscale: #959595. Windows color (decimal): -2003053 or 9662433. OLE color: 9662433.

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

Color convert

RGB 225 111 147 -
CMYK 0 0.51 0.35 0.12
HSL 341.05º 0.66% 0.66% -
HSV(B) 341.05º 0.51% 0.88% -
XYZ 42 29.48 31.08 -
YUV 149.19 126.77 182.07 -
System Red Green Blue C M Y K H S L
Decimal 225 111 147 0 0.51 0.35 0.12 341.05 0.66 0.66
Hex E1 6F 93 0 33 23 C 155 42 42
Octal 341 157 223 0 63 43 14 525 102 102
Binary 11100001 1101111 10010011 0 110011 100011 1100 101010101 1000010 1000010

Color Harmonies of #E16F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16F93

Black with #E16F93

Text Example


Text Example

White with #E16F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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