#ef7a83

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

Shades of Froly #EF7A83

Tints of Froly #EF7A83

Color information

#EF7A83 (or 0xEF7A83) is unknown color: approx Froly. HEX triplet: EF, 7A and 83. RGB value is (239,122,131). Sum of RGB (Red+Green+Blue) = 239+122+131=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 122 (48.05% from 255 or 24.80% from 492); Blue value is 131 (51.56% from 255 or 26.63% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7A83 is #10857C. Grayscale: #9E9E9E. Windows color (decimal): -1082749 or 8616687. OLE color: 8616687.

HSL color Cylindrical-coordinate representation of color #EF7A83: hue angle of 355.38º degrees, saturation: 0.79, 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 #EF7A83 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB239122131-
CMYK00.490.450.06
HSL355.38º78.52%70.78%-
HSV(B)355.38º48.95%93.73%-
XYZ46.6533.9125.56-
YUV158.01112.76185.77-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.58%
GREEN value IS 122 (48.05% from 255) = 24.80%
BLUE value IS 131 (51.56% from 255) = 26.63%
R=48.58%
G=24.80%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912213100.490.450.06355.3878.5270.78
HexEF7A830312D61634f47
Octal357172203061556543117107
Binary11101111111101010000011011000110110111010110001110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef7a83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef7a83; }

 p { color: rgb(239,122,131); }

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

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

 a { background-color: rgb(239,122,131); }

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

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

 span { border-color: rgb(239,122,131); }

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