Html Css Color HEX #EC79DA Pale Magenta

📋 copy color: '#EC79DA'

red 236 ◦ green 121 ◦ blue 218

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

Shades of Pale Magenta #EC79DA

Tints of Pale Magenta #EC79DA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.04%

 BLUE value IS 218 (85.55% from 255) = 37.91%

R = 41.04%
G = 21.04%
B = 37.91%

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

#EC79DA (or 0xEC79DA) is known color: Pale Magenta. HEX triplet: EC, 79 and DA. RGB value is (236,121,218). Sum of RGB (Red+Green+Blue) = 236+121+218=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 121 (47.66% from 255 or 21.04% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #EC79DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC79DA is #138625. Grayscale: #A6A6A6. Windows color (decimal): -1279526 or 14318060. OLE color: 14318060.

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

Color convert

RGB 236 121 218 -
CMYK 0 0.49 0.08 0.07
HSL 309.39º 0.75% 0.7% -
HSV(B) 309.39º 0.49% 0.93% -
XYZ 54.08 36.57 70.54 -
YUV 166.44 157.1 177.61 -
System Red Green Blue C M Y K H S L
Decimal 236 121 218 0 0.49 0.08 0.07 309.39 0.75 0.7
Hex EC 79 DA 0 31 8 7 135 4B 46
Octal 354 171 332 0 61 10 7 465 113 106
Binary 11101100 1111001 11011010 0 110001 1000 111 100110101 1001011 1000110

Color Harmonies of #EC79DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC79DA

Black with #EC79DA

Text Example


Text Example

White with #EC79DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC79DA; }

 p { color: rgb(236,121,218); }

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

background-color css

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

 a { background-color: rgb(236,121,218); }

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

border-color css

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

 span { border-color: rgb(236,121,218); }

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