#EB84E0

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

Shades of Pale Magenta #EB84E0

Tints of Pale Magenta #EB84E0

Color information

#EB84E0 (or 0xEB84E0) is unknown color: approx Pale Magenta. HEX triplet: EB, 84 and E0. RGB value is (235,132,224). Sum of RGB (Red+Green+Blue) = 235+132+224=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 132 (51.95% from 255 or 22.34% from 591); Blue value is 224 (87.89% from 255 or 37.90% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EB84E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB84E0 is #147B1F. Grayscale: #ADADAD. Windows color (decimal): -1342240 or 14714091. OLE color: 14714091.

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

Color convert

RGB235132224-
CMYK00.440.050.08
HSL306.41º72.03%71.96%-
HSV(B)306.41º43.83%92.16%-
XYZ55.9739.5575.2-
YUV173.28156.62172.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.76%
GREEN value IS 132 (51.95% from 255) = 22.34%
BLUE value IS 224 (87.89% from 255) = 37.90%
R=39.76%
G=22.34%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513222400.440.050.08306.4172.0371.96
HexEB84E002C581324848
Octal353204340054510462110110
Binary1110101110000100111000000101100101100010011001010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB84E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB84E0; }

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

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

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

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

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

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

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

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