#EB84D2

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

Shades of Pale Magenta #EB84D2

Tints of Pale Magenta #EB84D2

Color information

#EB84D2 (or 0xEB84D2) is unknown color: approx Pale Magenta. HEX triplet: EB, 84 and D2. RGB value is (235,132,210). Sum of RGB (Red+Green+Blue) = 235+132+210=577 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.73% from 577); Green value is 132 (51.95% from 255 or 22.88% from 577); Blue value is 210 (82.42% from 255 or 36.40% from 577); Max value from RGB is 235 - color contains mainly: red. Hex color #EB84D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB84D2 is #147B2D. Grayscale: #ABABAB. Windows color (decimal): -1342254 or 13796587. OLE color: 13796587.

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

Color convert

RGB235132210-
CMYK00.440.110.08
HSL314.56º72.03%71.96%-
HSV(B)314.56º43.83%92.16%-
XYZ54.1538.8265.61-
YUV171.69149.62173.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.73%
GREEN value IS 132 (51.95% from 255) = 22.88%
BLUE value IS 210 (82.42% from 255) = 36.40%
R=40.73%
G=22.88%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513221000.440.110.08314.5672.0371.96
HexEB84D202CB813b4848
Octal3532043220541310473110110
Binary11101011100001001101001001011001011100010011101110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB84D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB84D2; }

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

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

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

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

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

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

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

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