#EB84DB

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

Shades of Pale Magenta #EB84DB

Tints of Pale Magenta #EB84DB

Color information

#EB84DB (or 0xEB84DB) is unknown color: approx 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

RGB235132219-
CMYK00.440.070.08
HSL309.32º72.03%71.96%-
HSV(B)309.32º43.83%92.16%-
XYZ55.339.2871.68-
YUV172.72154.12172.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.10%
GREEN value IS 132 (51.95% from 255) = 22.53%
BLUE value IS 219 (85.94% from 255) = 37.37%
R=40.10%
G=22.53%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513221900.440.070.08309.3272.0371.96
HexEB84DB02C781354848
Octal353204333054710465110110
Binary1110101110000100110110110101100111100010011010110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB84DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>