Html Css Color HEX #EB84DB Pale Magenta

📋 copy color: '#EB84DB'

red 235 ◦ green 132 ◦ blue 219

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

Shades of Pale Magenta #EB84DB

Tints of Pale Magenta #EB84DB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.53%

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

R = 40.1%
G = 22.53%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB84DB (or 0xEB84DB) is known color: Pale Magenta. HEX triplet: EB, 84 and DB. RGB value is (235,132,219). Sum of RGB (Red+Green+Blue) = 235+132+219=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 132 (51.95% from 255 or 22.53% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EB84DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB84DB is #147B24. Grayscale: #ACACAC. Windows color (decimal): -1342245 or 14386411. OLE color: 14386411.

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

Color convert

RGB 235 132 219 -
CMYK 0 0.44 0.07 0.08
HSL 309.32º 0.72% 0.72% -
HSV(B) 309.32º 0.44% 0.92% -
XYZ 55.3 39.28 71.68 -
YUV 172.72 154.12 172.43 -
System Red Green Blue C M Y K H S L
Decimal 235 132 219 0 0.44 0.07 0.08 309.32 0.72 0.72
Hex EB 84 DB 0 2C 7 8 135 48 48
Octal 353 204 333 0 54 7 10 465 110 110
Binary 11101011 10000100 11011011 0 101100 111 1000 100110101 1001000 1001000

Color Harmonies of #EB84DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB84DB

Black with #EB84DB

Text Example


Text Example

White with #EB84DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB84DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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