#EE84D4

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

Shades of Pale Magenta #EE84D4

Tints of Pale Magenta #EE84D4

Color information

#EE84D4 (or 0xEE84D4) is unknown color: approx Pale Magenta. HEX triplet: EE, 84 and D4. RGB value is (238,132,212). Sum of RGB (Red+Green+Blue) = 238+132+212=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 132 (51.95% from 255 or 22.68% from 582); Blue value is 212 (83.20% from 255 or 36.43% from 582); Max value from RGB is 238 - color contains mainly: red. Hex color #EE84D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE84D4 is #117B2B. Grayscale: #ACACAC. Windows color (decimal): -1145644 or 13927662. OLE color: 13927662.

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

Color convert

RGB238132212-
CMYK00.450.110.07
HSL314.72º75.71%72.55%-
HSV(B)314.72º44.54%93.33%-
XYZ55.3939.4366.98-
YUV172.81150.12174.5-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.89%
GREEN value IS 132 (51.95% from 255) = 22.68%
BLUE value IS 212 (83.20% from 255) = 36.43%
R=40.89%
G=22.68%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813221200.450.110.07314.7275.7172.55
HexEE84D402DB713b4c49
Octal356204324055137473114111
Binary1110111010000100110101000101101101111110011101110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE84D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE84D4; }

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

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

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

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

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

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

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

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