Html Css Color HEX #E16E6F Froly

📋 copy color: '#E16E6F'

red 225 ◦ green 110 ◦ blue 111

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

Shades of Froly #E16E6F

Tints of Froly #E16E6F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.66%

 BLUE value IS 111 (43.75% from 255) = 24.89%

R = 50.45%
G = 24.66%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E16E6F (or 0xE16E6F) is known color: Froly. HEX triplet: E1, 6E and 6F. RGB value is (225,110,111). Sum of RGB (Red+Green+Blue) = 225+110+111=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 110 (43.36% from 255 or 24.66% from 446); Blue value is 111 (43.75% from 255 or 24.89% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16E6F is #1E9190. Grayscale: #909090. Windows color (decimal): -2003345 or 7302881. OLE color: 7302881.

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

Color convert

RGB 225 110 111 -
CMYK 0 0.51 0.51 0.12
HSL 359.48º 0.66% 0.66% -
HSV(B) 359.48º 0.51% 0.88% -
XYZ 39.5 28.31 18.42 -
YUV 144.5 109.1 185.42 -
System Red Green Blue C M Y K H S L
Decimal 225 110 111 0 0.51 0.51 0.12 359.48 0.66 0.66
Hex E1 6E 6F 0 33 33 C 167 42 42
Octal 341 156 157 0 63 63 14 547 102 102
Binary 11100001 1101110 1101111 0 110011 110011 1100 101100111 1000010 1000010

Color Harmonies of #E16E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16E6F

Black with #E16E6F

Text Example


Text Example

White with #E16E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16E6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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