#ef6368

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

Shades of Froly #EF6368

Tints of Froly #EF6368

Color information

#EF6368 (or 0xEF6368) is unknown color: approx Froly. HEX triplet: EF, 63 and 68. RGB value is (239,99,104). Sum of RGB (Red+Green+Blue) = 239+99+104=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 104 (41.02% from 255 or 23.53% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6368 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6368 is #109C97. Grayscale: #8D8D8D. Windows color (decimal): -1088664 or 6841327. OLE color: 6841327.

HSL color Cylindrical-coordinate representation of color #EF6368: hue angle of 357.86º degrees, saturation: 0.81, 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 #EF6368 is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB23999104-
CMYK00.590.560.06
HSL357.86º81.4%66.27%-
HSV(B)357.86º58.58%93.73%-
XYZ42.5628.2716.31-
YUV141.43106.88197.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.07%
GREEN value IS 99 (39.06% from 255) = 22.40%
BLUE value IS 104 (41.02% from 255) = 23.53%
R=54.07%
G=22.40%
B=23.53%

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
Decimal2399910400.590.560.06357.8681.466.27
HexEF636803B3861665142
Octal357143150073706546121102
Binary1110111111000111101000011101111100011010110011010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef6368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef6368; }

 p { color: rgb(239,99,104); }

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

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

 a { background-color: rgb(239,99,104); }

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

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

 span { border-color: rgb(239,99,104); }

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