#E06368

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

Shades of Froly #E06368

Tints of Froly #E06368

Color information

#E06368 (or 0xE06368) is unknown color: approx Froly. HEX triplet: E0, 63 and 68. RGB value is (224,99,104). Sum of RGB (Red+Green+Blue) = 224+99+104=427 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.46% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 224 - color contains mainly: red. Hex color #E06368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06368 is #1F9C97. Grayscale: #898989. Windows color (decimal): -2071704 or 6841312. OLE color: 6841312.

HSL color Cylindrical-coordinate representation of color #E06368: hue angle of 357.6º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E06368 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB22499104-
CMYK00.560.540.12
HSL357.6º66.84%63.33%-
HSV(B)357.6º55.8%87.84%-
XYZ37.725.7716.08-
YUV136.94109.41190.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 52.46%
GREEN value IS 99 (39.06% from 255) = 23.19%
BLUE value IS 104 (41.02% from 255) = 24.36%
R=52.46%
G=23.19%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249910400.560.540.12357.666.8463.33
HexE0636803836C166433f
Octal340143150070661454610377
Binary1110000011000111101000011100011011011001011001101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06368; }

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

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

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

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

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

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

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

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