#EE7082

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

Shades of Deep Blush #EE7082

Tints of Deep Blush #EE7082

Color information

#EE7082 (or 0xEE7082) is unknown color: approx Deep Blush. HEX triplet: EE, 70 and 82. RGB value is (238,112,130). Sum of RGB (Red+Green+Blue) = 238+112+130=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 130 (51.17% from 255 or 27.08% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7082 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7082 is #118F7D. Grayscale: #979797. Windows color (decimal): -1150846 or 8548590. OLE color: 8548590.

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

Color convert

RGB238112130-
CMYK00.530.450.07
HSL351.43º78.75%68.63%-
HSV(B)351.43º52.94%93.33%-
XYZ45.0831.3824.8-
YUV151.73115.74189.54-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.58%
GREEN value IS 112 (44.14% from 255) = 23.33%
BLUE value IS 130 (51.17% from 255) = 27.08%
R=49.58%
G=23.33%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811213000.530.450.07351.4378.7568.63
HexEE70820352D715f4f45
Octal356160202065557537117105
Binary11101110111000010000010011010110110111110101111110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7082; }

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

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

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

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

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

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

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

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