Html Css Color HEX #E07074 Froly

📋 copy color: '#E07074'

red 224 ◦ green 112 ◦ blue 116

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

Shades of Froly #E07074

Tints of Froly #E07074

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.78%

 BLUE value IS 116 (45.7% from 255) = 25.66%

R = 49.56%
G = 24.78%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E07074 (or 0xE07074) is known color: Froly. HEX triplet: E0, 70 and 74. RGB value is (224,112,116). Sum of RGB (Red+Green+Blue) = 224+112+116=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 112 (44.14% from 255 or 24.78% from 452); Blue value is 116 (45.70% from 255 or 25.66% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E07074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07074 is #1F8F8B. Grayscale: #929292. Windows color (decimal): -2068364 or 7631072. OLE color: 7631072.

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

Color convert

RGB 224 112 116 -
CMYK 0 0.50 0.48 0.12
HSL 357.86º 0.64% 0.66% -
HSV(B) 357.86º 0.5% 0.88% -
XYZ 39.69 28.7 19.97 -
YUV 145.94 111.11 183.67 -
System Red Green Blue C M Y K H S L
Decimal 224 112 116 0 0.50 0.48 0.12 357.86 0.64 0.66
Hex E0 70 74 0 32 30 C 166 40 42
Octal 340 160 164 0 62 60 14 546 100 102
Binary 11100000 1110000 1110100 0 110010 110000 1100 101100110 1000000 1000010

Color Harmonies of #E07074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07074

Black with #E07074

Text Example


Text Example

White with #E07074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07074; }

 p { color: rgb(224,112,116); }

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

background-color css

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

 a { background-color: rgb(224,112,116); }

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

border-color css

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

 span { border-color: rgb(224,112,116); }

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