#EF7292

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

Shades of Deep Blush #EF7292

Tints of Deep Blush #EF7292

Color information

#EF7292 (or 0xEF7292) is unknown color: approx Deep Blush. HEX triplet: EF, 72 and 92. RGB value is (239,114,146). Sum of RGB (Red+Green+Blue) = 239+114+146=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 146 (57.42% from 255 or 29.26% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7292 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7292 is #108D6D. Grayscale: #9B9B9B. Windows color (decimal): -1084782 or 9597679. OLE color: 9597679.

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

Color convert

RGB239114146-
CMYK00.520.390.06
HSL344.64º79.62%69.22%-
HSV(B)344.64º52.3%93.73%-
XYZ46.832.4630.99-
YUV155.02122.91187.9-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.90%
GREEN value IS 114 (44.92% from 255) = 22.85%
BLUE value IS 146 (57.42% from 255) = 29.26%
R=47.90%
G=22.85%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911414600.520.390.06344.6479.6269.22
HexEF72920342761595045
Octal357162222064476531120105
Binary11101111111001010010010011010010011111010101100110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7292; }

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

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

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

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

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

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

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

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