Html Css Color HEX #EC78D6 Pale Magenta

📋 copy color: '#EC78D6'

red 236 ◦ green 120 ◦ blue 214

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

Shades of Pale Magenta #EC78D6

Tints of Pale Magenta #EC78D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.54%

R = 41.4%
G = 21.05%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EC78D6 (or 0xEC78D6) is known color: Pale Magenta. HEX triplet: EC, 78 and D6. RGB value is (236,120,214). Sum of RGB (Red+Green+Blue) = 236+120+214=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 120 (47.27% from 255 or 21.05% from 570); Blue value is 214 (83.98% from 255 or 37.54% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #EC78D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC78D6 is #138729. Grayscale: #A5A5A5. Windows color (decimal): -1279786 or 14055660. OLE color: 14055660.

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

Color convert

RGB 236 120 214 -
CMYK 0 0.49 0.09 0.07
HSL 311.38º 0.75% 0.7% -
HSV(B) 311.38º 0.49% 0.93% -
XYZ 53.45 36.12 67.77 -
YUV 165.4 155.43 178.36 -
System Red Green Blue C M Y K H S L
Decimal 236 120 214 0 0.49 0.09 0.07 311.38 0.75 0.7
Hex EC 78 D6 0 31 9 7 137 4B 46
Octal 354 170 326 0 61 11 7 467 113 106
Binary 11101100 1111000 11010110 0 110001 1001 111 100110111 1001011 1000110

Color Harmonies of #EC78D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC78D6

Black with #EC78D6

Text Example


Text Example

White with #EC78D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC78D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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