#EC84DE

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

Shades of Pale Magenta #EC84DE

Tints of Pale Magenta #EC84DE

Color information

#EC84DE (or 0xEC84DE) is unknown color: approx Pale Magenta. HEX triplet: EC, 84 and DE. RGB value is (236,132,222). Sum of RGB (Red+Green+Blue) = 236+132+222=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 132 (51.95% from 255 or 22.37% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #EC84DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC84DE is #137B21. Grayscale: #ADADAD. Windows color (decimal): -1276706 or 14583020. OLE color: 14583020.

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

Color convert

RGB236132222-
CMYK00.440.060.07
HSL308.08º73.24%72.16%-
HSV(B)308.08º44.07%92.55%-
XYZ56.0339.6173.8-
YUV173.36155.46172.68-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40%
GREEN value IS 132 (51.95% from 255) = 22.37%
BLUE value IS 222 (87.11% from 255) = 37.63%
R=40%
G=22.37%
B=37.63%

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
Decimal23613222200.440.060.07308.0873.2472.16
HexEC84DE02C671344948
Octal35420433605467464111110
Binary111011001000010011011110010110011011110011010010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC84DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC84DE; }

 p { color: rgb(236,132,222); }

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

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

 a { background-color: rgb(236,132,222); }

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

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

 span { border-color: rgb(236,132,222); }

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