#EB7591

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

Shades of Deep Blush #EB7591

Tints of Deep Blush #EB7591

Color information

#EB7591 (or 0xEB7591) is unknown color: approx Deep Blush. HEX triplet: EB, 75 and 91. RGB value is (235,117,145). Sum of RGB (Red+Green+Blue) = 235+117+145=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 117 (46.09% from 255 or 23.54% from 497); Blue value is 145 (57.03% from 255 or 29.18% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7591 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7591 is #148A6E. Grayscale: #9B9B9B. Windows color (decimal): -1346159 or 9532907. OLE color: 9532907.

HSL color Cylindrical-coordinate representation of color #EB7591: hue angle of 345.76º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EB7591 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB235117145-
CMYK00.500.380.08
HSL345.76º74.68%69.02%-
HSV(B)345.76º50.21%92.16%-
XYZ45.7332.4330.64-
YUV155.47122.09184.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.28%
GREEN value IS 117 (46.09% from 255) = 23.54%
BLUE value IS 145 (57.03% from 255) = 29.18%
R=47.28%
G=23.54%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511714500.500.380.08345.7674.6869.02
HexEB759103226815a4b45
Octal3531652210624610532113105
Binary111010111110101100100010110010100110100010101101010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7591; }

 p { color: rgb(235,117,145); }

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

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

 a { background-color: rgb(235,117,145); }

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

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

 span { border-color: rgb(235,117,145); }

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