#EB6489

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

Shades of Deep Blush #EB6489

Tints of Deep Blush #EB6489

Color information

#EB6489 (or 0xEB6489) is unknown color: approx Deep Blush. HEX triplet: EB, 64 and 89. RGB value is (235,100,137). Sum of RGB (Red+Green+Blue) = 235+100+137=472 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.79% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 137 (53.91% from 255 or 29.03% from 472); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6489 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6489 is #149B76. Grayscale: #909090. Windows color (decimal): -1350519 or 9004267. OLE color: 9004267.

HSL color Cylindrical-coordinate representation of color #EB6489: hue angle of 343.56º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB6489 is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB235100137-
CMYK00.570.420.08
HSL343.56º77.14%65.69%-
HSV(B)343.56º57.45%92.16%-
XYZ43.3328.5826.9-
YUV144.58123.73192.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.79%
GREEN value IS 100 (39.45% from 255) = 21.19%
BLUE value IS 137 (53.91% from 255) = 29.03%
R=49.79%
G=21.19%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510013700.570.420.08343.5677.1465.69
HexEB64890392A81584d42
Octal3531442110715210530115102
Binary111010111100100100010010111001101010100010101100010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6489; }

 p { color: rgb(235,100,137); }

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

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

 a { background-color: rgb(235,100,137); }

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

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

 span { border-color: rgb(235,100,137); }

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