#E05B68

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

Shades of Froly #E05B68

Tints of Froly #E05B68

Color information

#E05B68 (or 0xE05B68) is unknown color: approx Froly. HEX triplet: E0, 5B and 68. RGB value is (224,91,104). Sum of RGB (Red+Green+Blue) = 224+91+104=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 91 (35.94% from 255 or 21.72% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E05B68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05B68 is #1FA497. Grayscale: #848484. Windows color (decimal): -2073752 or 6839264. OLE color: 6839264.

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

Color convert

RGB22491104-
CMYK00.590.540.12
HSL354.14º68.21%61.76%-
HSV(B)354.14º59.38%87.84%-
XYZ36.9824.3315.84-
YUV132.25112.06193.44-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.46%
GREEN value IS 91 (35.94% from 255) = 21.72%
BLUE value IS 104 (41.02% from 255) = 24.82%
R=53.46%
G=21.72%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249110400.590.540.12354.1468.2161.76
HexE05B6803B36C162443e
Octal340133150073661454210476
Binary1110000010110111101000011101111011011001011000101000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05B68; }

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

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

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

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

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

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

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

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