#EF7A7C

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

Shades of Froly #EF7A7C

Tints of Froly #EF7A7C

Color information

#EF7A7C (or 0xEF7A7C) is unknown color: approx Froly. HEX triplet: EF, 7A and 7C. RGB value is (239,122,124). Sum of RGB (Red+Green+Blue) = 239+122+124=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7A7C is #108583. Grayscale: #9D9D9D. Windows color (decimal): -1082756 or 8157935. OLE color: 8157935.

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

Color convert

RGB239122124-
CMYK00.490.480.06
HSL358.97º78.52%70.78%-
HSV(B)358.97º48.95%93.73%-
XYZ46.1933.7323.14-
YUV157.21109.26186.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.28%
GREEN value IS 122 (48.05% from 255) = 25.15%
BLUE value IS 124 (48.83% from 255) = 25.57%
R=49.28%
G=25.15%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912212400.490.480.06358.9778.5270.78
HexEF7A7C0313061674f47
Octal357172174061606547117107
Binary1110111111110101111100011000111000011010110011110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7A7C; }

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

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

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

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

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

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

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

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