#E06669

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

Shades of Froly #E06669

Tints of Froly #E06669

Color information

#E06669 (or 0xE06669) is unknown color: approx Froly. HEX triplet: E0, 66 and 69. RGB value is (224,102,105). Sum of RGB (Red+Green+Blue) = 224+102+105=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 105 (41.41% from 255 or 24.36% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E06669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06669 is #1F9996. Grayscale: #8A8A8A. Windows color (decimal): -2070935 or 6907616. OLE color: 6907616.

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

Color convert

RGB224102105-
CMYK00.540.530.12
HSL358.52º66.3%63.92%-
HSV(B)358.52º54.46%87.84%-
XYZ38.0426.3716.45-
YUV138.82108.92188.76-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.97%
GREEN value IS 102 (40.23% from 255) = 23.67%
BLUE value IS 105 (41.41% from 255) = 24.36%
R=51.97%
G=23.67%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410210500.540.530.12358.5266.363.92
HexE0666903635C1674240
Octal3401461510666514547102100
Binary11100000110011011010010110110110101110010110011110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06669; }

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

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

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

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

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

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

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

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