#E06A6C

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

Shades of Froly #E06A6C

Tints of Froly #E06A6C

Color information

#E06A6C (or 0xE06A6C) is unknown color: approx Froly. HEX triplet: E0, 6A and 6C. RGB value is (224,106,108). Sum of RGB (Red+Green+Blue) = 224+106+108=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 106 (41.80% from 255 or 24.20% from 438); Blue value is 108 (42.58% from 255 or 24.66% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E06A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06A6C is #1F9593. Grayscale: #8D8D8D. Windows color (decimal): -2069908 or 7105248. OLE color: 7105248.

HSL color Cylindrical-coordinate representation of color #E06A6C: hue angle of 358.98º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E06A6C is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB224106108-
CMYK00.530.520.12
HSL358.98º65.56%64.71%-
HSV(B)358.98º52.68%87.84%-
XYZ38.627.2417.41-
YUV141.51109.09186.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.14%
GREEN value IS 106 (41.80% from 255) = 24.20%
BLUE value IS 108 (42.58% from 255) = 24.66%
R=51.14%
G=24.20%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410610800.530.520.12358.9865.5664.71
HexE06A6C03534C1674241
Octal3401521540656414547102101
Binary11100000110101011011000110101110100110010110011110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06A6C; }

 p { color: rgb(224,106,108); }

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

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

 a { background-color: rgb(224,106,108); }

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

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

 span { border-color: rgb(224,106,108); }

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