Html Css Color HEX #E27176 Froly

📋 copy color: '#E27176'

red 226 ◦ green 113 ◦ blue 118

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

Shades of Froly #E27176

Tints of Froly #E27176

RGB

 RED value IS 226 (88.67% from 255) = 49.45%

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

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

R = 49.45%
G = 24.73%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E27176 (or 0xE27176) is known color: Froly. HEX triplet: E2, 71 and 76. RGB value is (226,113,118). Sum of RGB (Red+Green+Blue) = 226+113+118=457 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.45% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 118 (46.48% from 255 or 25.82% from 457); Max value from RGB is 226 - color contains mainly: red. Hex color #E27176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27176 is #1D8E89. Grayscale: #939393. Windows color (decimal): -1937034 or 7762402. OLE color: 7762402.

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

Color convert

RGB 226 113 118 -
CMYK 0 0.5 0.48 0.11
HSL 357.35º 0.66% 0.66% -
HSV(B) 357.35º 0.5% 0.89% -
XYZ 40.54 29.29 20.66 -
YUV 147.36 111.44 184.09 -
System Red Green Blue C M Y K H S L
Decimal 226 113 118 0 0.5 0.48 0.11 357.35 0.66 0.66
Hex E2 71 76 0 32 30 B 165 42 42
Octal 342 161 166 0 62 60 13 545 102 102
Binary 11100010 1110001 1110110 0 110010 110000 1011 101100101 1000010 1000010

Color Harmonies of #E27176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27176

Black with #E27176

Text Example


Text Example

White with #E27176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27176; }

 p { color: rgb(226,113,118); }

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

background-color css

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

 a { background-color: rgb(226,113,118); }

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

border-color css

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

 span { border-color: rgb(226,113,118); }

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