#EB6488

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

Shades of Deep Blush #EB6488

Tints of Deep Blush #EB6488

Color information

#EB6488 (or 0xEB6488) is unknown color: approx Deep Blush. HEX triplet: EB, 64 and 88. RGB value is (235,100,136). Sum of RGB (Red+Green+Blue) = 235+100+136=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6488 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6488 is #149B77. Grayscale: #909090. Windows color (decimal): -1350520 or 8938731. OLE color: 8938731.

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

Color convert

RGB235100136-
CMYK00.570.420.08
HSL344º77.14%65.69%-
HSV(B)344º57.45%92.16%-
XYZ43.2628.5526.52-
YUV144.47123.23192.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.89%
GREEN value IS 100 (39.45% from 255) = 21.23%
BLUE value IS 136 (53.52% from 255) = 28.87%
R=49.89%
G=21.23%
B=28.87%

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
Decimal23510013600.570.420.0834477.1465.69
HexEB64880392A81584d42
Octal3531442100715210530115102
Binary111010111100100100010000111001101010100010101100010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6488; }

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

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

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

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

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

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

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

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