#E06278

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

Shades of Froly #E06278

Tints of Froly #E06278

Color information

#E06278 (or 0xE06278) is unknown color: approx Froly. HEX triplet: E0, 62 and 78. RGB value is (224,98,120). Sum of RGB (Red+Green+Blue) = 224+98+120=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 120 (47.27% from 255 or 27.15% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E06278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06278 is #1F9D87. Grayscale: #8A8A8A. Windows color (decimal): -2071944 or 7889632. OLE color: 7889632.

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

Color convert

RGB22498120-
CMYK00.560.460.12
HSL349.52º67.02%63.14%-
HSV(B)349.52º56.25%87.84%-
XYZ38.525.9420.75-
YUV138.18117.74189.21-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.68%
GREEN value IS 98 (38.67% from 255) = 22.17%
BLUE value IS 120 (47.27% from 255) = 27.15%
R=50.68%
G=22.17%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249812000.560.460.12349.5267.0263.14
HexE062780382EC15e433f
Octal340142170070561453610377
Binary1110000011000101111000011100010111011001010111101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06278; }

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

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

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

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

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

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

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

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