Html Css Color HEX #E07274 Froly

📋 copy color: '#E07274'

red 224 ◦ green 114 ◦ blue 116

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

Shades of Froly #E07274

Tints of Froly #E07274

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.11%

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

R = 49.34%
G = 25.11%
B = 25.55%

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

#E07274 (or 0xE07274) is known color: Froly. HEX triplet: E0, 72 and 74. RGB value is (224,114,116). Sum of RGB (Red+Green+Blue) = 224+114+116=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 116 (45.70% from 255 or 25.55% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E07274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07274 is #1F8D8B. Grayscale: #939393. Windows color (decimal): -2067852 or 7631584. OLE color: 7631584.

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

Color convert

RGB 224 114 116 -
CMYK 0 0.49 0.48 0.12
HSL 358.91º 0.64% 0.66% -
HSV(B) 358.91º 0.49% 0.88% -
XYZ 39.91 29.14 20.04 -
YUV 147.12 110.44 182.84 -
System Red Green Blue C M Y K H S L
Decimal 224 114 116 0 0.49 0.48 0.12 358.91 0.64 0.66
Hex E0 72 74 0 31 30 C 167 40 42
Octal 340 162 164 0 61 60 14 547 100 102
Binary 11100000 1110010 1110100 0 110001 110000 1100 101100111 1000000 1000010

Color Harmonies of #E07274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07274

Black with #E07274

Text Example


Text Example

White with #E07274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07274; }

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

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

background-color css

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

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

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

border-color css

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

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

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