Html Css Color HEX #EC77DC Pale Magenta

📋 copy color: '#EC77DC'

red 236 ◦ green 119 ◦ blue 220

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

Shades of Pale Magenta #EC77DC

Tints of Pale Magenta #EC77DC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.7%

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

R = 41.04%
G = 20.7%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC77DC (or 0xEC77DC) is known color: Pale Magenta. HEX triplet: EC, 77 and DC. RGB value is (236,119,220). Sum of RGB (Red+Green+Blue) = 236+119+220=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 119 (46.88% from 255 or 20.70% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #EC77DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC77DC is #138823. Grayscale: #A5A5A5. Windows color (decimal): -1280036 or 14448620. OLE color: 14448620.

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

Color convert

RGB 236 119 220 -
CMYK 0 0.50 0.07 0.07
HSL 308.21º 0.75% 0.7% -
HSV(B) 308.21º 0.5% 0.93% -
XYZ 54.11 36.19 71.84 -
YUV 165.5 158.76 178.29 -
System Red Green Blue C M Y K H S L
Decimal 236 119 220 0 0.50 0.07 0.07 308.21 0.75 0.7
Hex EC 77 DC 0 32 7 7 134 4B 46
Octal 354 167 334 0 62 7 7 464 113 106
Binary 11101100 1110111 11011100 0 110010 111 111 100110100 1001011 1000110

Color Harmonies of #EC77DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC77DC

Black with #EC77DC

Text Example


Text Example

White with #EC77DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC77DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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