#EE7481

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

Shades of Froly #EE7481

Tints of Froly #EE7481

Color information

#EE7481 (or 0xEE7481) is unknown color: approx Froly. HEX triplet: EE, 74 and 81. RGB value is (238,116,129). Sum of RGB (Red+Green+Blue) = 238+116+129=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 116 (45.70% from 255 or 24.02% from 483); Blue value is 129 (50.78% from 255 or 26.71% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7481 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7481 is #118B7E. Grayscale: #9A9A9A. Windows color (decimal): -1149823 or 8484078. OLE color: 8484078.

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

Color convert

RGB238116129-
CMYK00.510.460.07
HSL353.61º78.21%69.41%-
HSV(B)353.61º51.26%93.33%-
XYZ45.4732.2524.6-
YUV153.96113.92187.94-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.28%
GREEN value IS 116 (45.70% from 255) = 24.02%
BLUE value IS 129 (50.78% from 255) = 26.71%
R=49.28%
G=24.02%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811612900.510.460.07353.6178.2169.41
HexEE74810332E71624e45
Octal356164201063567542116105
Binary11101110111010010000001011001110111011110110001010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7481; }

 p { color: rgb(238,116,129); }

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

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

 a { background-color: rgb(238,116,129); }

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

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

 span { border-color: rgb(238,116,129); }

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