#EE7075

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

Shades of Froly #EE7075

Tints of Froly #EE7075

Color information

#EE7075 (or 0xEE7075) is unknown color: approx Froly. HEX triplet: EE, 70 and 75. RGB value is (238,112,117). Sum of RGB (Red+Green+Blue) = 238+112+117=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7075 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7075 is #118F8A. Grayscale: #969696. Windows color (decimal): -1150859 or 7696622. OLE color: 7696622.

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

Color convert

RGB238112117-
CMYK00.530.510.07
HSL357.62º78.75%68.63%-
HSV(B)357.62º52.94%93.33%-
XYZ44.2631.0520.49-
YUV150.24109.24190.59-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.96%
GREEN value IS 112 (44.14% from 255) = 23.98%
BLUE value IS 117 (46.09% from 255) = 25.05%
R=50.96%
G=23.98%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811211700.530.510.07357.6278.7568.63
HexEE70750353371664f45
Octal356160165065637546117105
Binary1110111011100001110101011010111001111110110011010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7075; }

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

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

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

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

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

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

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

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