Html Css Color HEX #EC83DC Pale Magenta

📋 copy color: '#EC83DC'

red 236 ◦ green 131 ◦ blue 220

#EC83DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Magenta #EC83DC

Tints of Pale Magenta #EC83DC

RGB

 RED value IS 236 (92.58% from 255) = 40.2%

 GREEN value IS 131 (51.56% from 255) = 22.32%

 BLUE value IS 220 (86.33% from 255) = 37.48%

R = 40.2%
G = 22.32%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC83DC (or 0xEC83DC) is known color: Pale Magenta. HEX triplet: EC, 83 and DC. RGB value is (236,131,220). Sum of RGB (Red+Green+Blue) = 236+131+220=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 131 (51.56% from 255 or 22.32% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #EC83DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC83DC is #137C23. Grayscale: #ACACAC. Windows color (decimal): -1276964 or 14451692. OLE color: 14451692.

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

Color convert

RGB 236 131 220 -
CMYK 0 0.44 0.07 0.07
HSL 309.14º 0.73% 0.72% -
HSV(B) 309.14º 0.44% 0.93% -
XYZ 55.63 39.23 72.35 -
YUV 172.54 154.79 173.26 -
System Red Green Blue C M Y K H S L
Decimal 236 131 220 0 0.44 0.07 0.07 309.14 0.73 0.72
Hex EC 83 DC 0 2C 7 7 135 49 48
Octal 354 203 334 0 54 7 7 465 111 110
Binary 11101100 10000011 11011100 0 101100 111 111 100110101 1001001 1001000

Color Harmonies of #EC83DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC83DC

Black with #EC83DC

Text Example


Text Example

White with #EC83DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC83DC; }

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

 H1.HeaderClassName
 {
   color: #EC83DC;
 }
 .AnyTagClassName
 {
   color: #EC83DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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