Html Css Color HEX #E76C71 Froly

📋 copy color: '#E76C71'

red 231 ◦ green 108 ◦ blue 113

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

Shades of Froly #E76C71

Tints of Froly #E76C71

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.89%

 BLUE value IS 113 (44.53% from 255) = 25%

R = 51.11%
G = 23.89%
B = 25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E76C71 (or 0xE76C71) is known color: Froly. HEX triplet: E7, 6C and 71. RGB value is (231,108,113). Sum of RGB (Red+Green+Blue) = 231+108+113=452 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.11% from 452); Green value is 108 (42.58% from 255 or 23.89% from 452); Blue value is 113 (44.53% from 255 or 25% from 452); Max value from RGB is 231 - color contains mainly: red. Hex color #E76C71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76C71 is #18938E. Grayscale: #919191. Windows color (decimal): -1610639 or 7433447. OLE color: 7433447.

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

Color convert

RGB 231 108 113 -
CMYK 0 0.53 0.51 0.09
HSL 357.56º 0.72% 0.66% -
HSV(B) 357.56º 0.53% 0.91% -
XYZ 41.3 28.91 19.03 -
YUV 145.35 109.75 189.09 -
System Red Green Blue C M Y K H S L
Decimal 231 108 113 0 0.53 0.51 0.09 357.56 0.72 0.66
Hex E7 6C 71 0 35 33 9 166 48 42
Octal 347 154 161 0 65 63 11 546 110 102
Binary 11100111 1101100 1110001 0 110101 110011 1001 101100110 1001000 1000010

Color Harmonies of #E76C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76C71

Black with #E76C71

Text Example


Text Example

White with #E76C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76C71; }

 p { color: rgb(231,108,113); }

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

background-color css

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

 a { background-color: rgb(231,108,113); }

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

border-color css

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

 span { border-color: rgb(231,108,113); }

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