Html Css Color HEX #EC79D4 Pale Magenta

📋 copy color: '#EC79D4'

red 236 ◦ green 121 ◦ blue 212

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

Shades of Pale Magenta #EC79D4

Tints of Pale Magenta #EC79D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.26%

R = 41.48%
G = 21.27%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EC79D4 (or 0xEC79D4) is known color: Pale Magenta. HEX triplet: EC, 79 and D4. RGB value is (236,121,212). Sum of RGB (Red+Green+Blue) = 236+121+212=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 121 (47.66% from 255 or 21.27% from 569); Blue value is 212 (83.20% from 255 or 37.26% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #EC79D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC79D4 is #13862B. Grayscale: #A5A5A5. Windows color (decimal): -1279532 or 13924844. OLE color: 13924844.

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

Color convert

RGB 236 121 212 -
CMYK 0 0.49 0.10 0.07
HSL 312.52º 0.75% 0.7% -
HSV(B) 312.52º 0.49% 0.93% -
XYZ 53.31 36.26 66.48 -
YUV 165.76 154.1 178.1 -
System Red Green Blue C M Y K H S L
Decimal 236 121 212 0 0.49 0.10 0.07 312.52 0.75 0.7
Hex EC 79 D4 0 31 A 7 139 4B 46
Octal 354 171 324 0 61 12 7 471 113 106
Binary 11101100 1111001 11010100 0 110001 1010 111 100111001 1001011 1000110

Color Harmonies of #EC79D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC79D4

Black with #EC79D4

Text Example


Text Example

White with #EC79D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC79D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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