#EF7A7D

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

Shades of Froly #EF7A7D

Tints of Froly #EF7A7D

Color information

#EF7A7D (or 0xEF7A7D) is unknown color: approx Froly. HEX triplet: EF, 7A and 7D. RGB value is (239,122,125). Sum of RGB (Red+Green+Blue) = 239+122+125=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7A7D is #108582. Grayscale: #9D9D9D. Windows color (decimal): -1082755 or 8223471. OLE color: 8223471.

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

Color convert

RGB239122125-
CMYK00.490.480.06
HSL358.46º78.52%70.78%-
HSV(B)358.46º48.95%93.73%-
XYZ46.2633.7523.48-
YUV157.32109.76186.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.18%
GREEN value IS 122 (48.05% from 255) = 25.10%
BLUE value IS 125 (49.22% from 255) = 25.72%
R=49.18%
G=25.10%
B=25.72%

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
Decimal23912212500.490.480.06358.4678.5270.78
HexEF7A7D0313061664f47
Octal357172175061606546117107
Binary1110111111110101111101011000111000011010110011010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7A7D; }

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

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

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

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

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

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

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

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