#EE7394

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

Shades of Deep Blush #EE7394

Tints of Deep Blush #EE7394

Color information

#EE7394 (or 0xEE7394) is unknown color: approx Deep Blush. HEX triplet: EE, 73 and 94. RGB value is (238,115,148). Sum of RGB (Red+Green+Blue) = 238+115+148=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 115 (45.31% from 255 or 22.95% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7394 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7394 is #118C6B. Grayscale: #9B9B9B. Windows color (decimal): -1150060 or 9729006. OLE color: 9729006.

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

Color convert

RGB238115148-
CMYK00.520.380.07
HSL343.9º78.34%69.22%-
HSV(B)343.9º51.68%93.33%-
XYZ46.7432.5831.84-
YUV155.54123.75186.82-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.50%
GREEN value IS 115 (45.31% from 255) = 22.95%
BLUE value IS 148 (58.20% from 255) = 29.54%
R=47.50%
G=22.95%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811514800.520.380.07343.978.3469.22
HexEE73940342671584e45
Octal356163224064467530116105
Binary11101110111001110010100011010010011011110101100010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7394; }

 p { color: rgb(238,115,148); }

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

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

 a { background-color: rgb(238,115,148); }

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

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

 span { border-color: rgb(238,115,148); }

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