#EC83DE

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

Shades of Pale Magenta #EC83DE

Tints of Pale Magenta #EC83DE

Color information

#EC83DE (or 0xEC83DE) is unknown color: approx Pale Magenta. HEX triplet: EC, 83 and DE. RGB value is (236,131,222). Sum of RGB (Red+Green+Blue) = 236+131+222=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 131 (51.56% from 255 or 22.24% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #EC83DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC83DE is #137C21. Grayscale: #ACACAC. Windows color (decimal): -1276962 or 14582764. OLE color: 14582764.

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

Color convert

RGB236131222-
CMYK00.440.060.07
HSL308º73.43%71.96%-
HSV(B)308º44.49%92.55%-
XYZ55.8939.3473.75-
YUV172.77155.79173.1-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.07%
GREEN value IS 131 (51.56% from 255) = 22.24%
BLUE value IS 222 (87.11% from 255) = 37.69%
R=40.07%
G=22.24%
B=37.69%

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
Decimal23613122200.440.060.0730873.4371.96
HexEC83DE02C671344948
Octal35420333605467464111110
Binary111011001000001111011110010110011011110011010010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC83DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC83DE; }

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

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

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

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

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

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

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

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