#EB85E0

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

Shades of Pale Magenta #EB85E0

Tints of Pale Magenta #EB85E0

Color information

#EB85E0 (or 0xEB85E0) is unknown color: approx Pale Magenta. HEX triplet: EB, 85 and E0. RGB value is (235,133,224). Sum of RGB (Red+Green+Blue) = 235+133+224=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 133 (52.34% from 255 or 22.47% from 592); Blue value is 224 (87.89% from 255 or 37.84% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EB85E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB85E0 is #147A1F. Grayscale: #ADADAD. Windows color (decimal): -1341984 or 14714347. OLE color: 14714347.

HSL color Cylindrical-coordinate representation of color #EB85E0: hue angle of 306.47º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EB85E0 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB235133224-
CMYK00.430.050.08
HSL306.47º71.83%72.16%-
HSV(B)306.47º43.4%92.16%-
XYZ56.139.8275.25-
YUV173.87156.29171.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.70%
GREEN value IS 133 (52.34% from 255) = 22.47%
BLUE value IS 224 (87.89% from 255) = 37.84%
R=39.70%
G=22.47%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513322400.430.050.08306.4771.8372.16
HexEB85E002B581324848
Octal353205340053510462110110
Binary1110101110000101111000000101011101100010011001010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB85E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB85E0; }

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

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

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

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

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

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

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

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