#EE85E3

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

Shades of Pale Magenta #EE85E3

Tints of Pale Magenta #EE85E3

Color information

#EE85E3 (or 0xEE85E3) is unknown color: approx Pale Magenta. HEX triplet: EE, 85 and E3. RGB value is (238,133,227). Sum of RGB (Red+Green+Blue) = 238+133+227=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 133 (52.34% from 255 or 22.24% from 598); Blue value is 227 (89.06% from 255 or 37.96% from 598); Max value from RGB is 238 - color contains mainly: red. Hex color #EE85E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE85E3 is #117A1C. Grayscale: #AEAEAE. Windows color (decimal): -1145373 or 14910958. OLE color: 14910958.

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

Color convert

RGB238133227-
CMYK00.440.050.07
HSL306.29º75.54%72.75%-
HSV(B)306.29º44.12%93.33%-
XYZ57.5140.577.46-
YUV175.11157.29172.86-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.80%
GREEN value IS 133 (52.34% from 255) = 22.24%
BLUE value IS 227 (89.06% from 255) = 37.96%
R=39.80%
G=22.24%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813322700.440.050.07306.2975.5472.75
HexEE85E302C571324c49
Octal35620534305457462114111
Binary111011101000010111100011010110010111110011001010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE85E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE85E3; }

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

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

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

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

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

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

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

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