#EB89DA

Color #EB89DA Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #EB89DA

Tints of Pale Magenta #EB89DA

Color information

#EB89DA (or 0xEB89DA) is unknown color: approx Pale Magenta. HEX triplet: EB, 89 and DA. RGB value is (235,137,218). Sum of RGB (Red+Green+Blue) = 235+137+218=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 137 (53.91% from 255 or 23.22% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 235 - color contains mainly: red. Hex color #EB89DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB89DA is #147625. Grayscale: #AFAFAF. Windows color (decimal): -1340966 or 14322155. OLE color: 14322155.

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

Color convert

RGB235137218-
CMYK00.420.070.08
HSL310.41º71.01%72.94%-
HSV(B)310.41º41.7%92.16%-
XYZ55.8640.6271.23-
YUV175.54151.97170.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.83%
GREEN value IS 137 (53.91% from 255) = 23.22%
BLUE value IS 218 (85.55% from 255) = 36.95%
R=39.83%
G=23.22%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513721800.420.070.08310.4171.0172.94
HexEB89DA02A781364749
Octal353211332052710466107111
Binary1110101110001001110110100101010111100010011011010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB89DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB89DA; }

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

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

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

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

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

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

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

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