Html Css Color HEX #EB89DC Pale Magenta

📋 copy color: '#EB89DC'

red 235 ◦ green 137 ◦ blue 220

#EB89DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Magenta #EB89DC

Tints of Pale Magenta #EB89DC

RGB

 RED value IS 235 (92.19% from 255) = 39.7%

 GREEN value IS 137 (53.91% from 255) = 23.14%

 BLUE value IS 220 (86.33% from 255) = 37.16%

R = 39.7%
G = 23.14%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EB89DC (or 0xEB89DC) is known color: Pale Magenta. HEX triplet: EB, 89 and DC. RGB value is (235,137,220). Sum of RGB (Red+Green+Blue) = 235+137+220=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 137 (53.91% from 255 or 23.14% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EB89DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB89DC is #147623. Grayscale: #AFAFAF. Windows color (decimal): -1340964 or 14453227. OLE color: 14453227.

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

Color convert

RGB 235 137 220 -
CMYK 0 0.42 0.06 0.08
HSL 309.18º 0.71% 0.73% -
HSV(B) 309.18º 0.42% 0.92% -
XYZ 56.12 40.72 72.61 -
YUV 175.76 152.97 170.25 -
System Red Green Blue C M Y K H S L
Decimal 235 137 220 0 0.42 0.06 0.08 309.18 0.71 0.73
Hex EB 89 DC 0 2A 6 8 135 47 49
Octal 353 211 334 0 52 6 10 465 107 111
Binary 11101011 10001001 11011100 0 101010 110 1000 100110101 1000111 1001001

Color Harmonies of #EB89DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB89DC

Black with #EB89DC

Text Example


Text Example

White with #EB89DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB89DC; }

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

 H1.HeaderClassName
 {
   color: #EB89DC;
 }
 .AnyTagClassName
 {
   color: #EB89DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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