Html Css Color HEX #E76C72 Froly

📋 copy color: '#E76C72'

red 231 ◦ green 108 ◦ blue 114

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

Shades of Froly #E76C72

Tints of Froly #E76C72

RGB

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

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

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

R = 50.99%
G = 23.84%
B = 25.17%

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

#E76C72 (or 0xE76C72) is known color: Froly. HEX triplet: E7, 6C and 72. RGB value is (231,108,114). Sum of RGB (Red+Green+Blue) = 231+108+114=453 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.99% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 231 - color contains mainly: red. Hex color #E76C72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76C72 is #18938D. Grayscale: #919191. Windows color (decimal): -1610638 or 7498983. OLE color: 7498983.

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

Color convert

RGB 231 108 114 -
CMYK 0 0.53 0.51 0.09
HSL 357.07º 0.72% 0.66% -
HSV(B) 357.07º 0.53% 0.91% -
XYZ 41.35 28.93 19.32 -
YUV 145.46 110.25 189.01 -
System Red Green Blue C M Y K H S L
Decimal 231 108 114 0 0.53 0.51 0.09 357.07 0.72 0.66
Hex E7 6C 72 0 35 33 9 165 48 42
Octal 347 154 162 0 65 63 11 545 110 102
Binary 11100111 1101100 1110010 0 110101 110011 1001 101100101 1001000 1000010

Color Harmonies of #E76C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76C72

Black with #E76C72

Text Example


Text Example

White with #E76C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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