#EB7195

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

Shades of Deep Blush #EB7195

Tints of Deep Blush #EB7195

Color information

#EB7195 (or 0xEB7195) is unknown color: approx Deep Blush. HEX triplet: EB, 71 and 95. RGB value is (235,113,149). Sum of RGB (Red+Green+Blue) = 235+113+149=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 113 (44.53% from 255 or 22.74% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7195 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7195 is #148E6A. Grayscale: #999999. Windows color (decimal): -1347179 or 9794027. OLE color: 9794027.

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

Color convert

RGB235113149-
CMYK00.520.370.08
HSL342.3º75.31%68.24%-
HSV(B)342.3º51.91%92.16%-
XYZ45.5931.6432.14-
YUV153.58125.42186.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.28%
GREEN value IS 113 (44.53% from 255) = 22.74%
BLUE value IS 149 (58.59% from 255) = 29.98%
R=47.28%
G=22.74%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511314900.520.370.08342.375.3168.24
HexEB71950342581564b44
Octal3531612250644510526113104
Binary111010111110001100101010110100100101100010101011010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7195; }

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

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

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

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

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

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

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

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