#EB84D8

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

Shades of Pale Magenta #EB84D8

Tints of Pale Magenta #EB84D8

Color information

#EB84D8 (or 0xEB84D8) is unknown color: approx Pale Magenta. HEX triplet: EB, 84 and D8. RGB value is (235,132,216). Sum of RGB (Red+Green+Blue) = 235+132+216=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 132 (51.95% from 255 or 22.64% from 583); Blue value is 216 (84.77% from 255 or 37.05% from 583); Max value from RGB is 235 - color contains mainly: red. Hex color #EB84D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB84D8 is #147B27. Grayscale: #ACACAC. Windows color (decimal): -1342248 or 14189803. OLE color: 14189803.

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

Color convert

RGB235132216-
CMYK00.440.080.08
HSL311.07º72.03%71.96%-
HSV(B)311.07º43.83%92.16%-
XYZ54.9139.1269.62-
YUV172.37152.62172.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.31%
GREEN value IS 132 (51.95% from 255) = 22.64%
BLUE value IS 216 (84.77% from 255) = 37.05%
R=40.31%
G=22.64%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513221600.440.080.08311.0772.0371.96
HexEB84D802C881374848
Octal3532043300541010467110110
Binary11101011100001001101100001011001000100010011011110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB84D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB84D8; }

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

 H1.HeaderClassName
 {
   color: #EB84D8;
 }
 .AnyTagClassName
 {
   color: #EB84D8;
 }
</style>
background-color css

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

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

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

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

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

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