Html Css Color HEX #E07376 Froly

📋 copy color: '#E07376'

red 224 ◦ green 115 ◦ blue 118

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

Shades of Froly #E07376

Tints of Froly #E07376

RGB

 RED value IS 224 (87.89% from 255) = 49.02%

 GREEN value IS 115 (45.31% from 255) = 25.16%

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

R = 49.02%
G = 25.16%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E07376 (or 0xE07376) is known color: Froly. HEX triplet: E0, 73 and 76. RGB value is (224,115,118). Sum of RGB (Red+Green+Blue) = 224+115+118=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 118 (46.48% from 255 or 25.82% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E07376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07376 is #1F8C89. Grayscale: #949494. Windows color (decimal): -2067594 or 7762912. OLE color: 7762912.

HSL color Cylindrical-coordinate representation of color #E07376: hue angle of 358.35º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E07376 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 115 118 -
CMYK 0 0.49 0.47 0.12
HSL 358.35º 0.64% 0.66% -
HSV(B) 358.35º 0.49% 0.88% -
XYZ 40.14 29.42 20.7 -
YUV 147.93 111.11 182.26 -
System Red Green Blue C M Y K H S L
Decimal 224 115 118 0 0.49 0.47 0.12 358.35 0.64 0.66
Hex E0 73 76 0 31 2F C 166 40 42
Octal 340 163 166 0 61 57 14 546 100 102
Binary 11100000 1110011 1110110 0 110001 101111 1100 101100110 1000000 1000010

Color Harmonies of #E07376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07376

Black with #E07376

Text Example


Text Example

White with #E07376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07376; }

 p { color: rgb(224,115,118); }

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

background-color css

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

 a { background-color: rgb(224,115,118); }

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

border-color css

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

 span { border-color: rgb(224,115,118); }

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