#E06267

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

Shades of Froly #E06267

Tints of Froly #E06267

Color information

#E06267 (or 0xE06267) is unknown color: approx Froly. HEX triplet: E0, 62 and 67. RGB value is (224,98,103). Sum of RGB (Red+Green+Blue) = 224+98+103=425 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.71% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 103 (40.62% from 255 or 24.24% from 425); Max value from RGB is 224 - color contains mainly: red. Hex color #E06267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06267 is #1F9D98. Grayscale: #888888. Windows color (decimal): -2071961 or 6775520. OLE color: 6775520.

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

Color convert

RGB22498103-
CMYK00.560.540.12
HSL357.62º67.02%63.14%-
HSV(B)357.62º56.25%87.84%-
XYZ37.5625.5615.79-
YUV136.24109.24190.59-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 52.71%
GREEN value IS 98 (38.67% from 255) = 23.06%
BLUE value IS 103 (40.62% from 255) = 24.24%
R=52.71%
G=23.06%
B=24.24%

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
Decimal2249810300.560.540.12357.6267.0263.14
HexE0626703836C166433f
Octal340142147070661454610377
Binary1110000011000101100111011100011011011001011001101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06267; }

 p { color: rgb(224,98,103); }

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

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

 a { background-color: rgb(224,98,103); }

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

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

 span { border-color: rgb(224,98,103); }

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