#EF6E7D

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

Shades of Froly #EF6E7D

Tints of Froly #EF6E7D

Color information

#EF6E7D (or 0xEF6E7D) is unknown color: approx Froly. HEX triplet: EF, 6E and 7D. RGB value is (239,110,125). Sum of RGB (Red+Green+Blue) = 239+110+125=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 110 (43.36% from 255 or 23.21% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6E7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6E7D is #109182. Grayscale: #969696. Windows color (decimal): -1085827 or 8220399. OLE color: 8220399.

HSL color Cylindrical-coordinate representation of color #EF6E7D: hue angle of 353.02º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF6E7D is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB239110125-
CMYK00.540.480.06
HSL353.02º80.12%68.43%-
HSV(B)353.02º53.97%93.73%-
XYZ44.8730.9823.02-
YUV150.28113.74191.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.42%
GREEN value IS 110 (43.36% from 255) = 23.21%
BLUE value IS 125 (49.22% from 255) = 26.37%
R=50.42%
G=23.21%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911012500.540.480.06353.0280.1268.43
HexEF6E7D0363061615044
Octal357156175066606541120104
Binary1110111111011101111101011011011000011010110000110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6E7D; }

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

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

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

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

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

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

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

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