#EE7175

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

Shades of Froly #EE7175

Tints of Froly #EE7175

Color information

#EE7175 (or 0xEE7175) is unknown color: approx Froly. HEX triplet: EE, 71 and 75. RGB value is (238,113,117). Sum of RGB (Red+Green+Blue) = 238+113+117=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7175 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7175 is #118E8A. Grayscale: #969696. Windows color (decimal): -1150603 or 7696878. OLE color: 7696878.

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

Color convert

RGB238113117-
CMYK00.530.510.07
HSL358.08º78.62%68.82%-
HSV(B)358.08º52.52%93.33%-
XYZ44.3831.2720.53-
YUV150.83108.91190.17-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.85%
GREEN value IS 113 (44.53% from 255) = 24.15%
BLUE value IS 117 (46.09% from 255) = 25%
R=50.85%
G=24.15%
B=25%

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
Decimal23811311700.530.510.07358.0878.6268.82
HexEE71750353371664f45
Octal356161165065637546117105
Binary1110111011100011110101011010111001111110110011010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7175; }

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

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

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

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

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

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

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

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