#EF7290

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

Shades of Deep Blush #EF7290

Tints of Deep Blush #EF7290

Color information

#EF7290 (or 0xEF7290) is unknown color: approx Deep Blush. HEX triplet: EF, 72 and 90. RGB value is (239,114,144). Sum of RGB (Red+Green+Blue) = 239+114+144=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 114 (44.92% from 255 or 22.94% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7290 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7290 is #108D6F. Grayscale: #9A9A9A. Windows color (decimal): -1084784 or 9466607. OLE color: 9466607.

HSL color Cylindrical-coordinate representation of color #EF7290: hue angle of 345.6º degrees, saturation: 0.8, 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 #EF7290 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB239114144-
CMYK00.520.400.06
HSL345.6º79.62%69.22%-
HSV(B)345.6º52.3%93.73%-
XYZ46.6532.430.18-
YUV154.79121.91188.06-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.09%
GREEN value IS 114 (44.92% from 255) = 22.94%
BLUE value IS 144 (56.64% from 255) = 28.97%
R=48.09%
G=22.94%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911414400.520.400.06345.679.6269.22
HexEF729003428615a5045
Octal357162220064506532120105
Binary11101111111001010010000011010010100011010101101010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7290; }

 p { color: rgb(239,114,144); }

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

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

 a { background-color: rgb(239,114,144); }

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

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

 span { border-color: rgb(239,114,144); }

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