#EE7D82

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

Shades of Froly #EE7D82

Tints of Froly #EE7D82

Color information

#EE7D82 (or 0xEE7D82) is unknown color: approx Froly. HEX triplet: EE, 7D and 82. RGB value is (238,125,130). Sum of RGB (Red+Green+Blue) = 238+125+130=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7D82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7D82 is #11827D. Grayscale: #9F9F9F. Windows color (decimal): -1147518 or 8551918. OLE color: 8551918.

HSL color Cylindrical-coordinate representation of color #EE7D82: hue angle of 357.35º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE7D82 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB238125130-
CMYK00.470.450.07
HSL357.35º76.87%71.18%-
HSV(B)357.35º47.48%93.33%-
XYZ46.6234.4625.31-
YUV159.36111.44184.09-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.28%
GREEN value IS 125 (49.22% from 255) = 25.35%
BLUE value IS 130 (51.17% from 255) = 26.37%
R=48.28%
G=25.35%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812513000.470.450.07357.3576.8771.18
HexEE7D8202F2D71654d47
Octal356175202057557545115107
Binary11101110111110110000010010111110110111110110010110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7D82; }

 p { color: rgb(238,125,130); }

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

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

 a { background-color: rgb(238,125,130); }

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

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

 span { border-color: rgb(238,125,130); }

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