#ef787e

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

Shades of Froly #EF787E

Tints of Froly #EF787E

Color information

#EF787E (or 0xEF787E) is unknown color: approx Froly. HEX triplet: EF, 78 and 7E. RGB value is (239,120,126). Sum of RGB (Red+Green+Blue) = 239+120+126=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 120 (47.27% from 255 or 24.74% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF787E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF787E is #108781. Grayscale: #9C9C9C. Windows color (decimal): -1083266 or 8288495. OLE color: 8288495.

HSL color Cylindrical-coordinate representation of color #EF787E: hue angle of 356.97º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF787E is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB239120126-
CMYK00.500.470.06
HSL356.97º78.81%70.39%-
HSV(B)356.97º49.79%93.73%-
XYZ46.0833.2923.74-
YUV156.27110.92187.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.28%
GREEN value IS 120 (47.27% from 255) = 24.74%
BLUE value IS 126 (49.61% from 255) = 25.98%
R=49.28%
G=24.74%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912012600.500.470.06356.9778.8170.39
HexEF787E0322F61654f46
Octal357170176062576545117106
Binary1110111111110001111110011001010111111010110010110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef787e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef787e; }

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

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

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

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

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

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

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

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