#EE85E0

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

Shades of Pale Magenta #EE85E0

Tints of Pale Magenta #EE85E0

Color information

#EE85E0 (or 0xEE85E0) is unknown color: approx Pale Magenta. HEX triplet: EE, 85 and E0. RGB value is (238,133,224). Sum of RGB (Red+Green+Blue) = 238+133+224=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 133 (52.34% from 255 or 22.35% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EE85E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE85E0 is #117A1F. Grayscale: #AEAEAE. Windows color (decimal): -1145376 or 14714350. OLE color: 14714350.

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

Color convert

RGB238133224-
CMYK00.440.060.07
HSL308º75.54%72.75%-
HSV(B)308º44.12%93.33%-
XYZ57.140.3375.3-
YUV174.77155.79173.1-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40%
GREEN value IS 133 (52.34% from 255) = 22.35%
BLUE value IS 224 (87.89% from 255) = 37.65%
R=40%
G=22.35%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813322400.440.060.0730875.5472.75
HexEE85E002C671344c49
Octal35620534005467464114111
Binary111011101000010111100000010110011011110011010010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE85E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE85E0; }

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

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

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

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

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

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

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

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