#eb7391

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

Shades of Deep Blush #EB7391

Tints of Deep Blush #EB7391

Color information

#EB7391 (or 0xEB7391) is unknown color: approx Deep Blush. HEX triplet: EB, 73 and 91. RGB value is (235,115,145). Sum of RGB (Red+Green+Blue) = 235+115+145=495 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.47% from 495); Green value is 115 (45.31% from 255 or 23.23% from 495); Blue value is 145 (57.03% from 255 or 29.29% from 495); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7391 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7391 is #148C6E. Grayscale: #9A9A9A. Windows color (decimal): -1346671 or 9532395. OLE color: 9532395.

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

Color convert

RGB235115145-
CMYK00.510.380.08
HSL345º75%68.63%-
HSV(B)345º51.06%92.16%-
XYZ45.531.9730.56-
YUV154.3122.76185.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.47%
GREEN value IS 115 (45.31% from 255) = 23.23%
BLUE value IS 145 (57.03% from 255) = 29.29%
R=47.47%
G=23.23%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511514500.510.380.083457568.63
HexEB73910332681594b45
Octal3531632210634610531113105
Binary111010111110011100100010110011100110100010101100110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb7391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb7391; }

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

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

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

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

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

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

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

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