Html Css Color HEX #E47072 Froly

📋 copy color: '#E47072'

red 228 ◦ green 112 ◦ blue 114

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

Shades of Froly #E47072

Tints of Froly #E47072

RGB

 RED value IS 228 (89.45% from 255) = 50.22%

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

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

R = 50.22%
G = 24.67%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E47072 (or 0xE47072) is known color: Froly. HEX triplet: E4, 70 and 72. RGB value is (228,112,114). Sum of RGB (Red+Green+Blue) = 228+112+114=454 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.22% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 228 - color contains mainly: red. Hex color #E47072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47072 is #1B8F8D. Grayscale: #939393. Windows color (decimal): -1806222 or 7500004. OLE color: 7500004.

HSL color Cylindrical-coordinate representation of color #E47072: hue angle of 358.97º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E47072 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 112 114 -
CMYK 0 0.51 0.50 0.11
HSL 358.97º 0.68% 0.67% -
HSV(B) 358.97º 0.51% 0.89% -
XYZ 40.83 29.3 19.42 -
YUV 146.91 109.43 185.84 -
System Red Green Blue C M Y K H S L
Decimal 228 112 114 0 0.51 0.50 0.11 358.97 0.68 0.67
Hex E4 70 72 0 33 32 B 167 44 43
Octal 344 160 162 0 63 62 13 547 104 103
Binary 11100100 1110000 1110010 0 110011 110010 1011 101100111 1000100 1000011

Color Harmonies of #E47072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47072

Black with #E47072

Text Example


Text Example

White with #E47072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47072; }

 p { color: rgb(228,112,114); }

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

background-color css

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

 a { background-color: rgb(228,112,114); }

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

border-color css

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

 span { border-color: rgb(228,112,114); }

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