Html Css Color HEX #EC79D5 Pale Magenta

📋 copy color: '#EC79D5'

red 236 ◦ green 121 ◦ blue 213

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

Shades of Pale Magenta #EC79D5

Tints of Pale Magenta #EC79D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.37%

R = 41.4%
G = 21.23%
B = 37.37%

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

#EC79D5 (or 0xEC79D5) is known color: Pale Magenta. HEX triplet: EC, 79 and D5. RGB value is (236,121,213). Sum of RGB (Red+Green+Blue) = 236+121+213=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 121 (47.66% from 255 or 21.23% from 570); Blue value is 213 (83.59% from 255 or 37.37% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #EC79D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC79D5 is #13862A. Grayscale: #A5A5A5. Windows color (decimal): -1279531 or 13990380. OLE color: 13990380.

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

Color convert

RGB 236 121 213 -
CMYK 0 0.49 0.10 0.07
HSL 312º 0.75% 0.7% -
HSV(B) 312º 0.49% 0.93% -
XYZ 53.44 36.31 67.14 -
YUV 165.87 154.6 178.02 -
System Red Green Blue C M Y K H S L
Decimal 236 121 213 0 0.49 0.10 0.07 312 0.75 0.7
Hex EC 79 D5 0 31 A 7 138 4B 46
Octal 354 171 325 0 61 12 7 470 113 106
Binary 11101100 1111001 11010101 0 110001 1010 111 100111000 1001011 1000110

Color Harmonies of #EC79D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC79D5

Black with #EC79D5

Text Example


Text Example

White with #EC79D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC79D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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