#EE84E0

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

Shades of Pale Magenta #EE84E0

Tints of Pale Magenta #EE84E0

Color information

#EE84E0 (or 0xEE84E0) is unknown color: approx Pale Magenta. HEX triplet: EE, 84 and E0. RGB value is (238,132,224). Sum of RGB (Red+Green+Blue) = 238+132+224=594 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.07% from 594); Green value is 132 (51.95% from 255 or 22.22% from 594); Blue value is 224 (87.89% from 255 or 37.71% from 594); Max value from RGB is 238 - color contains mainly: red. Hex color #EE84E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE84E0 is #117B1F. Grayscale: #ADADAD. Windows color (decimal): -1145632 or 14714094. OLE color: 14714094.

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

Color convert

RGB238132224-
CMYK00.450.060.07
HSL307.92º75.71%72.55%-
HSV(B)307.92º44.54%93.33%-
XYZ56.9740.0675.25-
YUV174.18156.12173.52-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.07%
GREEN value IS 132 (51.95% from 255) = 22.22%
BLUE value IS 224 (87.89% from 255) = 37.71%
R=40.07%
G=22.22%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813222400.450.060.07307.9275.7172.55
HexEE84E002D671344c49
Octal35620434005567464114111
Binary111011101000010011100000010110111011110011010010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE84E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE84E0; }

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

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

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

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

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

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

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

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