#EE85D2

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

Shades of Pale Magenta #EE85D2

Tints of Pale Magenta #EE85D2

Color information

#EE85D2 (or 0xEE85D2) is unknown color: approx Pale Magenta. HEX triplet: EE, 85 and D2. RGB value is (238,133,210). Sum of RGB (Red+Green+Blue) = 238+133+210=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 133 (52.34% from 255 or 22.89% from 581); Blue value is 210 (82.42% from 255 or 36.14% from 581); Max value from RGB is 238 - color contains mainly: red. Hex color #EE85D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE85D2 is #117A2D. Grayscale: #ACACAC. Windows color (decimal): -1145390 or 13796846. OLE color: 13796846.

HSL color Cylindrical-coordinate representation of color #EE85D2: hue angle of 316º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EE85D2 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB238133210-
CMYK00.440.120.07
HSL316º75.54%72.75%-
HSV(B)316º44.12%93.33%-
XYZ55.2839.6165.7-
YUV173.17148.79174.24-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.96%
GREEN value IS 133 (52.34% from 255) = 22.89%
BLUE value IS 210 (82.42% from 255) = 36.14%
R=40.96%
G=22.89%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813321000.440.120.0731675.5472.75
HexEE85D202CC713c4c49
Octal356205322054147474114111
Binary1110111010000101110100100101100110011110011110010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE85D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE85D2; }

 p { color: rgb(238,133,210); }

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

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

 a { background-color: rgb(238,133,210); }

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

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

 span { border-color: rgb(238,133,210); }

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