Html Css Color HEX #EC76DC Pale Magenta

📋 copy color: '#EC76DC'

red 236 ◦ green 118 ◦ blue 220

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

Shades of Pale Magenta #EC76DC

Tints of Pale Magenta #EC76DC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.56%

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

R = 41.11%
G = 20.56%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC76DC (or 0xEC76DC) is known color: Pale Magenta. HEX triplet: EC, 76 and DC. RGB value is (236,118,220). Sum of RGB (Red+Green+Blue) = 236+118+220=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 118 (46.48% from 255 or 20.56% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #EC76DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC76DC is #138923. Grayscale: #A4A4A4. Windows color (decimal): -1280292 or 14448364. OLE color: 14448364.

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

Color convert

RGB 236 118 220 -
CMYK 0 0.5 0.07 0.07
HSL 308.14º 0.76% 0.69% -
HSV(B) 308.14º 0.5% 0.93% -
XYZ 53.99 35.96 71.81 -
YUV 164.91 159.09 178.71 -
System Red Green Blue C M Y K H S L
Decimal 236 118 220 0 0.5 0.07 0.07 308.14 0.76 0.69
Hex EC 76 DC 0 32 7 7 134 4C 45
Octal 354 166 334 0 62 7 7 464 114 105
Binary 11101100 1110110 11011100 0 110010 111 111 100110100 1001100 1000101

Color Harmonies of #EC76DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC76DC

Black with #EC76DC

Text Example


Text Example

White with #EC76DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC76DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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