#EE6B76

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

Shades of Froly #EE6B76

Tints of Froly #EE6B76

Color information

#EE6B76 (or 0xEE6B76) is unknown color: approx Froly. HEX triplet: EE, 6B and 76. RGB value is (238,107,118). Sum of RGB (Red+Green+Blue) = 238+107+118=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 107 (42.19% from 255 or 23.11% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6B76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6B76 is #119489. Grayscale: #939393. Windows color (decimal): -1152138 or 7760878. OLE color: 7760878.

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

Color convert

RGB238107118-
CMYK00.550.500.07
HSL354.96º79.39%67.65%-
HSV(B)354.96º55.04%93.33%-
XYZ43.793020.62-
YUV147.42111.4192.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.40%
GREEN value IS 107 (42.19% from 255) = 23.11%
BLUE value IS 118 (46.48% from 255) = 25.49%
R=51.40%
G=23.11%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810711800.550.500.07354.9679.3967.65
HexEE6B760373271634f44
Octal356153166067627543117104
Binary1110111011010111110110011011111001011110110001110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6B76; }

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

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

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

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

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

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

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

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