Html Css Color HEX #E76E72 Froly

📋 copy color: '#E76E72'

red 231 ◦ green 110 ◦ blue 114

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

Shades of Froly #E76E72

Tints of Froly #E76E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.05%

R = 50.77%
G = 24.18%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E76E72 (or 0xE76E72) is known color: Froly. HEX triplet: E7, 6E and 72. RGB value is (231,110,114). Sum of RGB (Red+Green+Blue) = 231+110+114=455 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.77% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 231 - color contains mainly: red. Hex color #E76E72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76E72 is #18918D. Grayscale: #929292. Windows color (decimal): -1610126 or 7499495. OLE color: 7499495.

HSL color Cylindrical-coordinate representation of color #E76E72: hue angle of 358.02º 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 #E76E72 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 110 114 -
CMYK 0 0.52 0.51 0.09
HSL 358.02º 0.72% 0.67% -
HSV(B) 358.02º 0.52% 0.91% -
XYZ 41.57 29.36 19.39 -
YUV 146.64 109.59 188.17 -
System Red Green Blue C M Y K H S L
Decimal 231 110 114 0 0.52 0.51 0.09 358.02 0.72 0.67
Hex E7 6E 72 0 34 33 9 166 48 43
Octal 347 156 162 0 64 63 11 546 110 103
Binary 11100111 1101110 1110010 0 110100 110011 1001 101100110 1001000 1000011

Color Harmonies of #E76E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76E72

Black with #E76E72

Text Example


Text Example

White with #E76E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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