#E985D0

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

Shades of Pale Magenta #E985D0

Tints of Pale Magenta #E985D0

Color information

#E985D0 (or 0xE985D0) is unknown color: approx Pale Magenta. HEX triplet: E9, 85 and D0. RGB value is (233,133,208). Sum of RGB (Red+Green+Blue) = 233+133+208=574 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.59% from 574); Green value is 133 (52.34% from 255 or 23.17% from 574); Blue value is 208 (81.64% from 255 or 36.24% from 574); Max value from RGB is 233 - color contains mainly: red. Hex color #E985D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E985D0 is #167A2F. Grayscale: #ABABAB. Windows color (decimal): -1473072 or 13665769. OLE color: 13665769.

HSL color Cylindrical-coordinate representation of color #E985D0: hue angle of 315º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E985D0 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB233133208-
CMYK00.430.110.09
HSL315º69.44%71.76%-
HSV(B)315º42.92%91.37%-
XYZ53.3838.6564.32-
YUV171.45148.63171.9-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.59%
GREEN value IS 133 (52.34% from 255) = 23.17%
BLUE value IS 208 (81.64% from 255) = 36.24%
R=40.59%
G=23.17%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313320800.430.110.0931569.4471.76
HexE985D002BB913b4548
Octal3512053200531311473105110
Binary11101001100001011101000001010111011100110011101110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E985D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E985D0; }

 p { color: rgb(233,133,208); }

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

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

 a { background-color: rgb(233,133,208); }

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

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

 span { border-color: rgb(233,133,208); }

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