#EF7B80

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

Shades of Froly #EF7B80

Tints of Froly #EF7B80

Color information

#EF7B80 (or 0xEF7B80) is unknown color: approx Froly. HEX triplet: EF, 7B and 80. RGB value is (239,123,128). Sum of RGB (Red+Green+Blue) = 239+123+128=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7B80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7B80 is #10847F. Grayscale: #9E9E9E. Windows color (decimal): -1082496 or 8420335. OLE color: 8420335.

HSL color Cylindrical-coordinate representation of color #EF7B80: hue angle of 357.41º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF7B80 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB239123128-
CMYK00.490.460.06
HSL357.41º78.38%70.98%-
HSV(B)357.41º48.54%93.73%-
XYZ46.5834.0824.54-
YUV158.25110.93185.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.78%
GREEN value IS 123 (48.44% from 255) = 25.10%
BLUE value IS 128 (50.39% from 255) = 26.12%
R=48.78%
G=25.10%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912312800.490.460.06357.4178.3870.98
HexEF7B800312E61654e47
Octal357173200061566545116107
Binary11101111111101110000000011000110111011010110010110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7B80; }

 p { color: rgb(239,123,128); }

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

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

 a { background-color: rgb(239,123,128); }

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

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

 span { border-color: rgb(239,123,128); }

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