#EF727C

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

Shades of Froly #EF727C

Tints of Froly #EF727C

Color information

#EF727C (or 0xEF727C) is unknown color: approx Froly. HEX triplet: EF, 72 and 7C. RGB value is (239,114,124). Sum of RGB (Red+Green+Blue) = 239+114+124=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 114 (44.92% from 255 or 23.90% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF727C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF727C is #108D83. Grayscale: #989898. Windows color (decimal): -1084804 or 8155887. OLE color: 8155887.

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

Color convert

RGB239114124-
CMYK00.520.480.06
HSL355.2º79.62%69.22%-
HSV(B)355.2º52.3%93.73%-
XYZ45.2531.8422.83-
YUV152.51111.91189.69-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.10%
GREEN value IS 114 (44.92% from 255) = 23.90%
BLUE value IS 124 (48.83% from 255) = 26.00%
R=50.10%
G=23.90%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911412400.520.480.06355.279.6269.22
HexEF727C0343061635045
Octal357162174064606543120105
Binary1110111111100101111100011010011000011010110001110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF727C; }

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

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

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

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

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

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

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

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