Html Css Color HEX #EB89DB Pale Magenta

📋 copy color: '#EB89DB'

red 235 ◦ green 137 ◦ blue 219

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

Shades of Pale Magenta #EB89DB

Tints of Pale Magenta #EB89DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.06%

R = 39.76%
G = 23.18%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB89DB (or 0xEB89DB) is known color: Pale Magenta. HEX triplet: EB, 89 and DB. RGB value is (235,137,219). Sum of RGB (Red+Green+Blue) = 235+137+219=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 137 (53.91% from 255 or 23.18% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EB89DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB89DB is #147624. Grayscale: #AFAFAF. Windows color (decimal): -1340965 or 14387691. OLE color: 14387691.

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

Color convert

RGB 235 137 219 -
CMYK 0 0.42 0.07 0.08
HSL 309.8º 0.71% 0.73% -
HSV(B) 309.8º 0.42% 0.92% -
XYZ 55.99 40.67 71.92 -
YUV 175.65 152.47 170.33 -
System Red Green Blue C M Y K H S L
Decimal 235 137 219 0 0.42 0.07 0.08 309.8 0.71 0.73
Hex EB 89 DB 0 2A 7 8 136 47 49
Octal 353 211 333 0 52 7 10 466 107 111
Binary 11101011 10001001 11011011 0 101010 111 1000 100110110 1000111 1001001

Color Harmonies of #EB89DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB89DB

Black with #EB89DB

Text Example


Text Example

White with #EB89DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB89DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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