#EF7278

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

Shades of Froly #EF7278

Tints of Froly #EF7278

Color information

#EF7278 (or 0xEF7278) is unknown color: approx Froly. HEX triplet: EF, 72 and 78. RGB value is (239,114,120). Sum of RGB (Red+Green+Blue) = 239+114+120=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7278 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7278 is #108D87. Grayscale: #989898. Windows color (decimal): -1084808 or 7893743. OLE color: 7893743.

HSL color Cylindrical-coordinate representation of color #EF7278: hue angle of 357.12º 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 #EF7278 is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB239114120-
CMYK00.520.500.06
HSL357.12º79.62%69.22%-
HSV(B)357.12º52.3%93.73%-
XYZ4531.7421.52-
YUV152.06109.91190.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.53%
GREEN value IS 114 (44.92% from 255) = 24.10%
BLUE value IS 120 (47.27% from 255) = 25.37%
R=50.53%
G=24.10%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911412000.520.500.06357.1279.6269.22
HexEF72780343261655045
Octal357162170064626545120105
Binary1110111111100101111000011010011001011010110010110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7278; }

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

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

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

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

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

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

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

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