#E06977

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

Shades of Froly #E06977

Tints of Froly #E06977

Color information

#E06977 (or 0xE06977) is unknown color: approx Froly. HEX triplet: E0, 69 and 77. RGB value is (224,105,119). Sum of RGB (Red+Green+Blue) = 224+105+119=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 119 (46.88% from 255 or 26.56% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E06977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06977 is #1F9688. Grayscale: #8E8E8E. Windows color (decimal): -2070153 or 7825888. OLE color: 7825888.

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

Color convert

RGB224105119-
CMYK00.530.470.12
HSL352.94º65.75%64.51%-
HSV(B)352.94º53.12%87.84%-
XYZ39.1227.2820.66-
YUV142.18114.92186.36-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50%
GREEN value IS 105 (41.41% from 255) = 23.44%
BLUE value IS 119 (46.88% from 255) = 26.56%
R=50%
G=23.44%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410511900.530.470.12352.9465.7564.51
HexE069770352FC1614241
Octal3401511670655714541102101
Binary11100000110100111101110110101101111110010110000110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06977; }

 p { color: rgb(224,105,119); }

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

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

 a { background-color: rgb(224,105,119); }

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

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

 span { border-color: rgb(224,105,119); }

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