#EF7393

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

Shades of Deep Blush #EF7393

Tints of Deep Blush #EF7393

Color information

#EF7393 (or 0xEF7393) is unknown color: approx Deep Blush. HEX triplet: EF, 73 and 93. RGB value is (239,115,147). Sum of RGB (Red+Green+Blue) = 239+115+147=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 115 (45.31% from 255 or 22.95% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7393 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7393 is #108C6C. Grayscale: #9B9B9B. Windows color (decimal): -1084525 or 9663471. OLE color: 9663471.

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

Color convert

RGB239115147-
CMYK00.520.380.06
HSL344.52º79.49%69.41%-
HSV(B)344.52º51.88%93.73%-
XYZ46.9932.7231.44-
YUV155.72123.08187.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.70%
GREEN value IS 115 (45.31% from 255) = 22.95%
BLUE value IS 147 (57.81% from 255) = 29.34%
R=47.70%
G=22.95%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911514700.520.380.06344.5279.4969.41
HexEF73930342661594f45
Octal357163223064466531117105
Binary11101111111001110010011011010010011011010101100110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7393; }

 p { color: rgb(239,115,147); }

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

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

 a { background-color: rgb(239,115,147); }

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

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

 span { border-color: rgb(239,115,147); }

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