Html Css Color HEX #E16D6E Froly

📋 copy color: '#E16D6E'

red 225 ◦ green 109 ◦ blue 110

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

Shades of Froly #E16D6E

Tints of Froly #E16D6E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.55%

 BLUE value IS 110 (43.36% from 255) = 24.77%

R = 50.68%
G = 24.55%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E16D6E (or 0xE16D6E) is known color: Froly. HEX triplet: E1, 6D and 6E. RGB value is (225,109,110). Sum of RGB (Red+Green+Blue) = 225+109+110=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 110 (43.36% from 255 or 24.77% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E16D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16D6E is #1E9291. Grayscale: #8F8F8F. Windows color (decimal): -2003602 or 7237089. OLE color: 7237089.

HSL color Cylindrical-coordinate representation of color #E16D6E: hue angle of 359.48º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E16D6E is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 109 110 -
CMYK 0 0.52 0.51 0.12
HSL 359.48º 0.66% 0.65% -
HSV(B) 359.48º 0.52% 0.88% -
XYZ 39.33 28.07 18.1 -
YUV 143.8 108.93 185.92 -
System Red Green Blue C M Y K H S L
Decimal 225 109 110 0 0.52 0.51 0.12 359.48 0.66 0.65
Hex E1 6D 6E 0 34 33 C 167 42 41
Octal 341 155 156 0 64 63 14 547 102 101
Binary 11100001 1101101 1101110 0 110100 110011 1100 101100111 1000010 1000001

Color Harmonies of #E16D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16D6E

Black with #E16D6E

Text Example


Text Example

White with #E16D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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