#E985DD

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

Shades of Pale Magenta #E985DD

Tints of Pale Magenta #E985DD

Color information

#E985DD (or 0xE985DD) is unknown color: approx Pale Magenta. HEX triplet: E9, 85 and DD. RGB value is (233,133,221). Sum of RGB (Red+Green+Blue) = 233+133+221=587 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.69% from 587); Green value is 133 (52.34% from 255 or 22.66% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 233 - color contains mainly: red. Hex color #E985DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E985DD is #167A22. Grayscale: #ACACAC. Windows color (decimal): -1473059 or 14517737. OLE color: 14517737.

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

Color convert

RGB233133221-
CMYK00.430.050.09
HSL307.2º69.44%71.76%-
HSV(B)307.2º42.92%91.37%-
XYZ55.0439.3273.09-
YUV172.93155.13170.84-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.69%
GREEN value IS 133 (52.34% from 255) = 22.66%
BLUE value IS 221 (86.72% from 255) = 37.65%
R=39.69%
G=22.66%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313322100.430.050.09307.269.4471.76
HexE985DD02B591334548
Octal351205335053511463105110
Binary1110100110000101110111010101011101100110011001110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E985DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E985DD; }

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

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

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

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

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

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

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

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