#E06B6D

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

Shades of Froly #E06B6D

Tints of Froly #E06B6D

Color information

#E06B6D (or 0xE06B6D) is unknown color: approx Froly. HEX triplet: E0, 6B and 6D. RGB value is (224,107,109). Sum of RGB (Red+Green+Blue) = 224+107+109=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 107 (42.19% from 255 or 24.32% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E06B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06B6D is #1F9492. Grayscale: #8E8E8E. Windows color (decimal): -2069651 or 7171040. OLE color: 7171040.

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

Color convert

RGB224107109-
CMYK00.520.510.12
HSL358.97º65.36%64.9%-
HSV(B)358.97º52.23%87.84%-
XYZ38.7627.4717.73-
YUV142.21109.26186.34-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.91%
GREEN value IS 107 (42.19% from 255) = 24.32%
BLUE value IS 109 (42.97% from 255) = 24.77%
R=50.91%
G=24.32%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410710900.520.510.12358.9765.3664.9
HexE06B6D03433C1674141
Octal3401531550646314547101101
Binary11100000110101111011010110100110011110010110011110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06B6D; }

 p { color: rgb(224,107,109); }

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

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

 a { background-color: rgb(224,107,109); }

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

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

 span { border-color: rgb(224,107,109); }

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