Html Css Color HEX #EB81DB Pale Magenta

📋 copy color: '#EB81DB'

red 235 ◦ green 129 ◦ blue 219

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

Shades of Pale Magenta #EB81DB

Tints of Pale Magenta #EB81DB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.13%

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

R = 40.31%
G = 22.13%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB81DB (or 0xEB81DB) is known color: Pale Magenta. HEX triplet: EB, 81 and DB. RGB value is (235,129,219). Sum of RGB (Red+Green+Blue) = 235+129+219=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 129 (50.78% from 255 or 22.13% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 235 - color contains mainly: red. Hex color #EB81DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB81DB is #147E24. Grayscale: #AAAAAA. Windows color (decimal): -1343013 or 14385643. OLE color: 14385643.

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

Color convert

RGB 235 129 219 -
CMYK 0 0.45 0.07 0.08
HSL 309.06º 0.73% 0.71% -
HSV(B) 309.06º 0.45% 0.92% -
XYZ 54.9 38.48 71.55 -
YUV 170.95 155.12 173.68 -
System Red Green Blue C M Y K H S L
Decimal 235 129 219 0 0.45 0.07 0.08 309.06 0.73 0.71
Hex EB 81 DB 0 2D 7 8 135 49 47
Octal 353 201 333 0 55 7 10 465 111 107
Binary 11101011 10000001 11011011 0 101101 111 1000 100110101 1001001 1000111

Color Harmonies of #EB81DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB81DB

Black with #EB81DB

Text Example


Text Example

White with #EB81DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB81DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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