Html Css Color HEX #E77276 Froly

📋 copy color: '#E77276'

red 231 ◦ green 114 ◦ blue 118

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

Shades of Froly #E77276

Tints of Froly #E77276

RGB

 RED value IS 231 (90.63% from 255) = 49.89%

 GREEN value IS 114 (44.92% from 255) = 24.62%

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

R = 49.89%
G = 24.62%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E77276 (or 0xE77276) is known color: Froly. HEX triplet: E7, 72 and 76. RGB value is (231,114,118). Sum of RGB (Red+Green+Blue) = 231+114+118=463 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.89% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 231 - color contains mainly: red. Hex color #E77276 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77276 is #188D89. Grayscale: #959595. Windows color (decimal): -1609098 or 7762663. OLE color: 7762663.

HSL color Cylindrical-coordinate representation of color #E77276: hue angle of 357.95º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E77276 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 114 118 -
CMYK 0 0.51 0.49 0.09
HSL 357.95º 0.71% 0.68% -
HSV(B) 357.95º 0.51% 0.91% -
XYZ 42.24 30.33 20.77 -
YUV 149.44 110.26 186.17 -
System Red Green Blue C M Y K H S L
Decimal 231 114 118 0 0.51 0.49 0.09 357.95 0.71 0.68
Hex E7 72 76 0 33 31 9 166 47 44
Octal 347 162 166 0 63 61 11 546 107 104
Binary 11100111 1110010 1110110 0 110011 110001 1001 101100110 1000111 1000100

Color Harmonies of #E77276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77276

Black with #E77276

Text Example


Text Example

White with #E77276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77276; }

 p { color: rgb(231,114,118); }

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

background-color css

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

 a { background-color: rgb(231,114,118); }

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

border-color css

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

 span { border-color: rgb(231,114,118); }

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