Html Css Color HEX #EC78D9 Pale Magenta

📋 copy color: '#EC78D9'

red 236 ◦ green 120 ◦ blue 217

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

Shades of Pale Magenta #EC78D9

Tints of Pale Magenta #EC78D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 37.87%

R = 41.19%
G = 20.94%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC78D9 (or 0xEC78D9) is known color: Pale Magenta. HEX triplet: EC, 78 and D9. RGB value is (236,120,217). Sum of RGB (Red+Green+Blue) = 236+120+217=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 120 (47.27% from 255 or 20.94% from 573); Blue value is 217 (85.16% from 255 or 37.87% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #EC78D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC78D9 is #138726. Grayscale: #A5A5A5. Windows color (decimal): -1279783 or 14252268. OLE color: 14252268.

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

Color convert

RGB 236 120 217 -
CMYK 0 0.49 0.08 0.07
HSL 309.83º 0.75% 0.7% -
HSV(B) 309.83º 0.49% 0.93% -
XYZ 53.83 36.28 69.81 -
YUV 165.74 156.93 178.11 -
System Red Green Blue C M Y K H S L
Decimal 236 120 217 0 0.49 0.08 0.07 309.83 0.75 0.7
Hex EC 78 D9 0 31 8 7 136 4B 46
Octal 354 170 331 0 61 10 7 466 113 106
Binary 11101100 1111000 11011001 0 110001 1000 111 100110110 1001011 1000110

Color Harmonies of #EC78D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC78D9

Black with #EC78D9

Text Example


Text Example

White with #EC78D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC78D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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