Html Css Color HEX #EC78DC Pale Magenta

📋 copy color: '#EC78DC'

red 236 ◦ green 120 ◦ blue 220

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

Shades of Pale Magenta #EC78DC

Tints of Pale Magenta #EC78DC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 20.83%

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

R = 40.97%
G = 20.83%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC78DC (or 0xEC78DC) is known color: Pale Magenta. HEX triplet: EC, 78 and DC. RGB value is (236,120,220). Sum of RGB (Red+Green+Blue) = 236+120+220=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 120 (47.27% from 255 or 20.83% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #EC78DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC78DC is #138723. Grayscale: #A5A5A5. Windows color (decimal): -1279780 or 14448876. OLE color: 14448876.

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

Color convert

RGB 236 120 220 -
CMYK 0 0.49 0.07 0.07
HSL 308.28º 0.75% 0.7% -
HSV(B) 308.28º 0.49% 0.93% -
XYZ 54.23 36.43 71.88 -
YUV 166.08 158.43 177.87 -
System Red Green Blue C M Y K H S L
Decimal 236 120 220 0 0.49 0.07 0.07 308.28 0.75 0.7
Hex EC 78 DC 0 31 7 7 134 4B 46
Octal 354 170 334 0 61 7 7 464 113 106
Binary 11101100 1111000 11011100 0 110001 111 111 100110100 1001011 1000110

Color Harmonies of #EC78DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC78DC

Black with #EC78DC

Text Example


Text Example

White with #EC78DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC78DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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