#EE6B75

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

Shades of Froly #EE6B75

Tints of Froly #EE6B75

Color information

#EE6B75 (or 0xEE6B75) is unknown color: approx Froly. HEX triplet: EE, 6B and 75. RGB value is (238,107,117). Sum of RGB (Red+Green+Blue) = 238+107+117=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6B75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6B75 is #11948A. Grayscale: #939393. Windows color (decimal): -1152139 or 7695342. OLE color: 7695342.

HSL color Cylindrical-coordinate representation of color #EE6B75: hue angle of 355.42º 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 #EE6B75 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB238107117-
CMYK00.550.510.07
HSL355.42º79.39%67.65%-
HSV(B)355.42º55.04%93.33%-
XYZ43.7329.9820.31-
YUV147.31110.9192.69-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.52%
GREEN value IS 107 (42.19% from 255) = 23.16%
BLUE value IS 117 (46.09% from 255) = 25.32%
R=51.52%
G=23.16%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810711700.550.510.07355.4279.3967.65
HexEE6B750373371634f44
Octal356153165067637543117104
Binary1110111011010111110101011011111001111110110001110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6B75; }

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

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

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

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

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

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

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

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