#EF6269

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

Shades of Froly #EF6269

Tints of Froly #EF6269

Color information

#EF6269 (or 0xEF6269) is unknown color: approx Froly. HEX triplet: EF, 62 and 69. RGB value is (239,98,105). Sum of RGB (Red+Green+Blue) = 239+98+105=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 105 (41.41% from 255 or 23.76% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6269 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6269 is #109D96. Grayscale: #8D8D8D. Windows color (decimal): -1088919 or 6906607. OLE color: 6906607.

HSL color Cylindrical-coordinate representation of color #EF6269: hue angle of 357.02º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF6269 is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB23998105-
CMYK00.590.560.06
HSL357.02º81.5%66.08%-
HSV(B)357.02º59%93.73%-
XYZ42.5128.1116.55-
YUV140.96107.71197.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.07%
GREEN value IS 98 (38.67% from 255) = 22.17%
BLUE value IS 105 (41.41% from 255) = 23.76%
R=54.07%
G=22.17%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399810500.590.560.06357.0281.566.08
HexEF626903B3861655242
Octal357142151073706545122102
Binary1110111111000101101001011101111100011010110010110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6269; }

 p { color: rgb(239,98,105); }

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

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

 a { background-color: rgb(239,98,105); }

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

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

 span { border-color: rgb(239,98,105); }

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