#EB84DE

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

Shades of Pale Magenta #EB84DE

Tints of Pale Magenta #EB84DE

Color information

#EB84DE (or 0xEB84DE) is unknown color: approx Pale Magenta. HEX triplet: EB, 84 and DE. RGB value is (235,132,222). Sum of RGB (Red+Green+Blue) = 235+132+222=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 132 (51.95% from 255 or 22.41% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EB84DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB84DE is #147B21. Grayscale: #ACACAC. Windows color (decimal): -1342242 or 14583019. OLE color: 14583019.

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

Color convert

RGB235132222-
CMYK00.440.060.08
HSL307.57º72.03%71.96%-
HSV(B)307.57º43.83%92.16%-
XYZ55.739.4473.78-
YUV173.06155.62172.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.90%
GREEN value IS 132 (51.95% from 255) = 22.41%
BLUE value IS 222 (87.11% from 255) = 37.69%
R=39.90%
G=22.41%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513222200.440.060.08307.5772.0371.96
HexEB84DE02C681344848
Octal353204336054610464110110
Binary1110101110000100110111100101100110100010011010010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB84DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB84DE; }

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

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

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

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

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

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

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

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