#EB7295

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

Shades of Deep Blush #EB7295

Tints of Deep Blush #EB7295

Color information

#EB7295 (or 0xEB7295) is unknown color: approx Deep Blush. HEX triplet: EB, 72 and 95. RGB value is (235,114,149). Sum of RGB (Red+Green+Blue) = 235+114+149=498 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.19% from 498); Green value is 114 (44.92% from 255 or 22.89% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7295 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7295 is #148D6A. Grayscale: #9A9A9A. Windows color (decimal): -1346923 or 9794283. OLE color: 9794283.

HSL color Cylindrical-coordinate representation of color #EB7295: hue angle of 342.64º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB7295 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB235114149-
CMYK00.510.370.08
HSL342.64º75.16%68.43%-
HSV(B)342.64º51.49%92.16%-
XYZ45.731.8732.18-
YUV154.17125.09185.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.19%
GREEN value IS 114 (44.92% from 255) = 22.89%
BLUE value IS 149 (58.59% from 255) = 29.92%
R=47.19%
G=22.89%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511414900.510.370.08342.6475.1668.43
HexEB72950332581574b44
Octal3531622250634510527113104
Binary111010111110010100101010110011100101100010101011110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7295; }

 p { color: rgb(235,114,149); }

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

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

 a { background-color: rgb(235,114,149); }

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

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

 span { border-color: rgb(235,114,149); }

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