#E06373

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

Shades of Froly #E06373

Tints of Froly #E06373

Color information

#E06373 (or 0xE06373) is unknown color: approx Froly. HEX triplet: E0, 63 and 73. RGB value is (224,99,115). Sum of RGB (Red+Green+Blue) = 224+99+115=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E06373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06373 is #1F9C8C. Grayscale: #8A8A8A. Windows color (decimal): -2071693 or 7562208. OLE color: 7562208.

HSL color Cylindrical-coordinate representation of color #E06373: hue angle of 352.32º 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 #E06373 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB22499115-
CMYK00.560.490.12
HSL352.32º66.84%63.33%-
HSV(B)352.32º55.8%87.84%-
XYZ38.326.0119.22-
YUV138.2114.91189.2-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.14%
GREEN value IS 99 (39.06% from 255) = 22.60%
BLUE value IS 115 (45.31% from 255) = 26.26%
R=51.14%
G=22.60%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249911500.560.490.12352.3266.8463.33
HexE0637303831C160433f
Octal340143163070611454010377
Binary1110000011000111110011011100011000111001011000001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06373; }

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

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

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

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

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

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

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

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