#EE6D76

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

Shades of Froly #EE6D76

Tints of Froly #EE6D76

Color information

#EE6D76 (or 0xEE6D76) is unknown color: approx Froly. HEX triplet: EE, 6D and 76. RGB value is (238,109,118). Sum of RGB (Red+Green+Blue) = 238+109+118=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6D76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6D76 is #119289. Grayscale: #949494. Windows color (decimal): -1151626 or 7761390. OLE color: 7761390.

HSL color Cylindrical-coordinate representation of color #EE6D76: hue angle of 355.81º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EE6D76 is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB238109118-
CMYK00.540.500.07
HSL355.81º79.14%68.04%-
HSV(B)355.81º54.2%93.33%-
XYZ4430.4220.69-
YUV148.6110.74191.77-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.18%
GREEN value IS 109 (42.97% from 255) = 23.44%
BLUE value IS 118 (46.48% from 255) = 25.38%
R=51.18%
G=23.44%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810911800.540.500.07355.8179.1468.04
HexEE6D760363271644f44
Octal356155166066627544117104
Binary1110111011011011110110011011011001011110110010010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6D76; }

 p { color: rgb(238,109,118); }

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

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

 a { background-color: rgb(238,109,118); }

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

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

 span { border-color: rgb(238,109,118); }

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