Html Css Color HEX #E17175 Froly

📋 copy color: '#E17175'

red 225 ◦ green 113 ◦ blue 117

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

Shades of Froly #E17175

Tints of Froly #E17175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.71%

R = 49.45%
G = 24.84%
B = 25.71%

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

#E17175 (or 0xE17175) is known color: Froly. HEX triplet: E1, 71 and 75. RGB value is (225,113,117). Sum of RGB (Red+Green+Blue) = 225+113+117=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 113 (44.53% from 255 or 24.84% from 455); Blue value is 117 (46.09% from 255 or 25.71% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E17175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17175 is #1E8E8A. Grayscale: #939393. Windows color (decimal): -2002571 or 7696865. OLE color: 7696865.

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

Color convert

RGB 225 113 117 -
CMYK 0 0.50 0.48 0.12
HSL 357.86º 0.65% 0.66% -
HSV(B) 357.86º 0.5% 0.88% -
XYZ 40.17 29.1 20.33 -
YUV 146.94 111.11 183.67 -
System Red Green Blue C M Y K H S L
Decimal 225 113 117 0 0.50 0.48 0.12 357.86 0.65 0.66
Hex E1 71 75 0 32 30 C 166 41 42
Octal 341 161 165 0 62 60 14 546 101 102
Binary 11100001 1110001 1110101 0 110010 110000 1100 101100110 1000001 1000010

Color Harmonies of #E17175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17175

Black with #E17175

Text Example


Text Example

White with #E17175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17175; }

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

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

background-color css

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

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

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

border-color css

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

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

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