Html Css Color HEX #E07374 Froly

📋 copy color: '#E07374'

red 224 ◦ green 115 ◦ blue 116

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

Shades of Froly #E07374

Tints of Froly #E07374

RGB

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

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

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

R = 49.23%
G = 25.27%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E07374 (or 0xE07374) is known color: Froly. HEX triplet: E0, 73 and 74. RGB value is (224,115,116). Sum of RGB (Red+Green+Blue) = 224+115+116=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E07374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07374 is #1F8C8B. Grayscale: #939393. Windows color (decimal): -2067596 or 7631840. OLE color: 7631840.

HSL color Cylindrical-coordinate representation of color #E07374: hue angle of 359.45º 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 #E07374 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 115 116 -
CMYK 0 0.49 0.48 0.12
HSL 359.45º 0.64% 0.66% -
HSV(B) 359.45º 0.49% 0.88% -
XYZ 40.02 29.37 20.08 -
YUV 147.71 110.11 182.42 -
System Red Green Blue C M Y K H S L
Decimal 224 115 116 0 0.49 0.48 0.12 359.45 0.64 0.66
Hex E0 73 74 0 31 30 C 167 40 42
Octal 340 163 164 0 61 60 14 547 100 102
Binary 11100000 1110011 1110100 0 110001 110000 1100 101100111 1000000 1000010

Color Harmonies of #E07374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07374

Black with #E07374

Text Example


Text Example

White with #E07374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07374; }

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

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

background-color css

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

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

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

border-color css

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

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

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