#EB7585

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

Shades of Deep Blush #EB7585

Tints of Deep Blush #EB7585

Color information

#EB7585 (or 0xEB7585) is unknown color: approx Deep Blush. HEX triplet: EB, 75 and 85. RGB value is (235,117,133). Sum of RGB (Red+Green+Blue) = 235+117+133=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7585 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7585 is #148A7A. Grayscale: #9A9A9A. Windows color (decimal): -1346171 or 8746475. OLE color: 8746475.

HSL color Cylindrical-coordinate representation of color #EB7585: hue angle of 351.86º 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 #EB7585 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB235117133-
CMYK00.500.430.08
HSL351.86º74.68%69.02%-
HSV(B)351.86º50.21%92.16%-
XYZ44.8632.0826.02-
YUV154.11116.09185.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.45%
GREEN value IS 117 (46.09% from 255) = 24.12%
BLUE value IS 133 (52.34% from 255) = 27.42%
R=48.45%
G=24.12%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511713300.500.430.08351.8674.6869.02
HexEB75850322B81604b45
Octal3531652050625310540113105
Binary111010111110101100001010110010101011100010110000010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7585; }

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

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

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

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

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

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

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

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