Html Css Color HEX #E17074 Froly

📋 copy color: '#E17074'

red 225 ◦ green 112 ◦ blue 116

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

Shades of Froly #E17074

Tints of Froly #E17074

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.72%

 BLUE value IS 116 (45.7% from 255) = 25.61%

R = 49.67%
G = 24.72%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E17074 (or 0xE17074) is known color: Froly. HEX triplet: E1, 70 and 74. RGB value is (225,112,116). Sum of RGB (Red+Green+Blue) = 225+112+116=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 116 (45.70% from 255 or 25.61% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E17074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17074 is #1E8F8B. Grayscale: #929292. Windows color (decimal): -2002828 or 7631073. OLE color: 7631073.

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

Color convert

RGB 225 112 116 -
CMYK 0 0.50 0.48 0.12
HSL 357.88º 0.65% 0.66% -
HSV(B) 357.88º 0.5% 0.88% -
XYZ 40 28.86 19.98 -
YUV 146.24 110.94 184.17 -
System Red Green Blue C M Y K H S L
Decimal 225 112 116 0 0.50 0.48 0.12 357.88 0.65 0.66
Hex E1 70 74 0 32 30 C 166 41 42
Octal 341 160 164 0 62 60 14 546 101 102
Binary 11100001 1110000 1110100 0 110010 110000 1100 101100110 1000001 1000010

Color Harmonies of #E17074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17074

Black with #E17074

Text Example


Text Example

White with #E17074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17074; }

 p { color: rgb(225,112,116); }

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

background-color css

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

 a { background-color: rgb(225,112,116); }

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

border-color css

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

 span { border-color: rgb(225,112,116); }

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