#EF6272

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

Shades of Froly #EF6272

Tints of Froly #EF6272

Color information

#EF6272 (or 0xEF6272) is unknown color: approx Froly. HEX triplet: EF, 62 and 72. RGB value is (239,98,114). Sum of RGB (Red+Green+Blue) = 239+98+114=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 98 (38.67% from 255 or 21.73% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6272 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6272 is #109D8D. Grayscale: #8E8E8E. Windows color (decimal): -1088910 or 7496431. OLE color: 7496431.

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

Color convert

RGB23998114-
CMYK00.590.520.06
HSL353.19º81.5%66.08%-
HSV(B)353.19º59%93.73%-
XYZ4328.319.12-
YUV141.98112.21197.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.99%
GREEN value IS 98 (38.67% from 255) = 21.73%
BLUE value IS 114 (44.92% from 255) = 25.28%
R=52.99%
G=21.73%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399811400.590.520.06353.1981.566.08
HexEF627203B3461615242
Octal357142162073646541122102
Binary1110111111000101110010011101111010011010110000110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6272; }

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

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

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

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

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

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

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

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