#EF7072

Color #EF7072 Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #EF7072

Tints of Froly #EF7072

Color information

#EF7072 (or 0xEF7072) is unknown color: approx Froly. HEX triplet: EF, 70 and 72. RGB value is (239,112,114). Sum of RGB (Red+Green+Blue) = 239+112+114=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7072 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7072 is #108F8D. Grayscale: #969696. Windows color (decimal): -1085326 or 7500015. OLE color: 7500015.

HSL color Cylindrical-coordinate representation of color #EF7072: hue angle of 359.06º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EF7072 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB239112114-
CMYK00.530.520.06
HSL359.06º79.87%68.82%-
HSV(B)359.06º53.14%93.73%-
XYZ44.4331.1519.59-
YUV150.2107.58191.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.40%
GREEN value IS 112 (44.14% from 255) = 24.09%
BLUE value IS 114 (44.92% from 255) = 24.52%
R=51.40%
G=24.09%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911211400.530.520.06359.0679.8768.82
HexEF70720353461675045
Octal357160162065646547120105
Binary1110111111100001110010011010111010011010110011110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7072; }

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

 H1.HeaderClassName
 {
   color: #EF7072;
 }
 .AnyTagClassName
 {
   color: #EF7072;
 }
</style>
background-color css

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

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

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

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

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

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