#EE7882

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

Shades of Froly #EE7882

Tints of Froly #EE7882

Color information

#EE7882 (or 0xEE7882) is unknown color: approx Froly. HEX triplet: EE, 78 and 82. RGB value is (238,120,130). Sum of RGB (Red+Green+Blue) = 238+120+130=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 120 (47.27% from 255 or 24.59% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7882 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7882 is #11877D. Grayscale: #9C9C9C. Windows color (decimal): -1148798 or 8550638. OLE color: 8550638.

HSL color Cylindrical-coordinate representation of color #EE7882: hue angle of 354.92º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE7882 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB238120130-
CMYK00.500.450.07
HSL354.92º77.63%70.2%-
HSV(B)354.92º49.58%93.33%-
XYZ46.0133.2225.11-
YUV156.42113.09186.19-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.77%
GREEN value IS 120 (47.27% from 255) = 24.59%
BLUE value IS 130 (51.17% from 255) = 26.64%
R=48.77%
G=24.59%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812013000.500.450.07354.9277.6370.2
HexEE78820322D71634e46
Octal356170202062557543116106
Binary11101110111100010000010011001010110111110110001110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7882; }

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

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

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

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

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

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

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

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