Html Css Color HEX #E76E70 Froly

📋 copy color: '#E76E70'

red 231 ◦ green 110 ◦ blue 112

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

Shades of Froly #E76E70

Tints of Froly #E76E70

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.28%

 BLUE value IS 112 (44.14% from 255) = 24.72%

R = 50.99%
G = 24.28%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E76E70 (or 0xE76E70) is known color: Froly. HEX triplet: E7, 6E and 70. RGB value is (231,110,112). Sum of RGB (Red+Green+Blue) = 231+110+112=453 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.99% from 453); Green value is 110 (43.36% from 255 or 24.28% from 453); Blue value is 112 (44.14% from 255 or 24.72% from 453); Max value from RGB is 231 - color contains mainly: red. Hex color #E76E70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76E70 is #18918F. Grayscale: #929292. Windows color (decimal): -1610128 or 7368423. OLE color: 7368423.

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

Color convert

RGB 231 110 112 -
CMYK 0 0.52 0.52 0.09
HSL 359.01º 0.72% 0.67% -
HSV(B) 359.01º 0.52% 0.91% -
XYZ 41.46 29.31 18.8 -
YUV 146.41 108.59 188.34 -
System Red Green Blue C M Y K H S L
Decimal 231 110 112 0 0.52 0.52 0.09 359.01 0.72 0.67
Hex E7 6E 70 0 34 34 9 167 48 43
Octal 347 156 160 0 64 64 11 547 110 103
Binary 11100111 1101110 1110000 0 110100 110100 1001 101100111 1001000 1000011

Color Harmonies of #E76E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76E70

Black with #E76E70

Text Example


Text Example

White with #E76E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76E70; }

 p { color: rgb(231,110,112); }

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

background-color css

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

 a { background-color: rgb(231,110,112); }

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

border-color css

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

 span { border-color: rgb(231,110,112); }

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