Html Css Color HEX #E17376 Froly

📋 copy color: '#E17376'

red 225 ◦ green 115 ◦ blue 118

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

Shades of Froly #E17376

Tints of Froly #E17376

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.11%

 BLUE value IS 118 (46.48% from 255) = 25.76%

R = 49.13%
G = 25.11%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E17376 (or 0xE17376) is known color: Froly. HEX triplet: E1, 73 and 76. RGB value is (225,115,118). Sum of RGB (Red+Green+Blue) = 225+115+118=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 118 (46.48% from 255 or 25.76% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E17376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17376 is #1E8C89. Grayscale: #949494. Windows color (decimal): -2002058 or 7762913. OLE color: 7762913.

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

Color convert

RGB 225 115 118 -
CMYK 0 0.49 0.48 0.12
HSL 358.36º 0.65% 0.67% -
HSV(B) 358.36º 0.49% 0.88% -
XYZ 40.45 29.58 20.72 -
YUV 148.23 110.94 182.76 -
System Red Green Blue C M Y K H S L
Decimal 225 115 118 0 0.49 0.48 0.12 358.36 0.65 0.67
Hex E1 73 76 0 31 30 C 166 41 43
Octal 341 163 166 0 61 60 14 546 101 103
Binary 11100001 1110011 1110110 0 110001 110000 1100 101100110 1000001 1000011

Color Harmonies of #E17376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17376

Black with #E17376

Text Example


Text Example

White with #E17376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17376; }

 p { color: rgb(225,115,118); }

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

background-color css

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

 a { background-color: rgb(225,115,118); }

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

border-color css

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

 span { border-color: rgb(225,115,118); }

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