#EF7A86

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

Shades of Deep Blush #EF7A86

Tints of Deep Blush #EF7A86

Color information

#EF7A86 (or 0xEF7A86) is unknown color: approx Deep Blush. HEX triplet: EF, 7A and 86. RGB value is (239,122,134). Sum of RGB (Red+Green+Blue) = 239+122+134=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 134 (52.73% from 255 or 27.07% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7A86 is #108579. Grayscale: #9E9E9E. Windows color (decimal): -1082746 or 8813295. OLE color: 8813295.

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

Color convert

RGB239122134-
CMYK00.490.440.06
HSL353.85º78.52%70.78%-
HSV(B)353.85º48.95%93.73%-
XYZ46.8633.9926.65-
YUV158.35114.26185.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.28%
GREEN value IS 122 (48.05% from 255) = 24.65%
BLUE value IS 134 (52.73% from 255) = 27.07%
R=48.28%
G=24.65%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912213400.490.440.06353.8578.5270.78
HexEF7A860312C61624f47
Octal357172206061546542117107
Binary11101111111101010000110011000110110011010110001010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7A86; }

 p { color: rgb(239,122,134); }

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

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

 a { background-color: rgb(239,122,134); }

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

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

 span { border-color: rgb(239,122,134); }

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