Html Css Color HEX #E17174 Froly

📋 copy color: '#E17174'

red 225 ◦ green 113 ◦ blue 116

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

Shades of Froly #E17174

Tints of Froly #E17174

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.89%

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

R = 49.56%
G = 24.89%
B = 25.55%

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

#E17174 (or 0xE17174) is known color: Froly. HEX triplet: E1, 71 and 74. RGB value is (225,113,116). Sum of RGB (Red+Green+Blue) = 225+113+116=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 116 (45.70% from 255 or 25.55% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E17174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17174 is #1E8E8B. Grayscale: #929292. Windows color (decimal): -2002572 or 7631329. OLE color: 7631329.

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

Color convert

RGB 225 113 116 -
CMYK 0 0.50 0.48 0.12
HSL 358.39º 0.65% 0.66% -
HSV(B) 358.39º 0.5% 0.88% -
XYZ 40.11 29.08 20.02 -
YUV 146.83 110.61 183.76 -
System Red Green Blue C M Y K H S L
Decimal 225 113 116 0 0.50 0.48 0.12 358.39 0.65 0.66
Hex E1 71 74 0 32 30 C 166 41 42
Octal 341 161 164 0 62 60 14 546 101 102
Binary 11100001 1110001 1110100 0 110010 110000 1100 101100110 1000001 1000010

Color Harmonies of #E17174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17174

Black with #E17174

Text Example


Text Example

White with #E17174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17174; }

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

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

background-color css

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

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

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

border-color css

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

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

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