Html Css Color HEX #EC7AD6 Pale Magenta

📋 copy color: '#EC7AD6'

red 236 ◦ green 122 ◦ blue 214

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

Shades of Pale Magenta #EC7AD6

Tints of Pale Magenta #EC7AD6

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.33%

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

R = 41.26%
G = 21.33%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EC7AD6 (or 0xEC7AD6) is known color: Pale Magenta. HEX triplet: EC, 7A and D6. RGB value is (236,122,214). Sum of RGB (Red+Green+Blue) = 236+122+214=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 122 (48.05% from 255 or 21.33% from 572); Blue value is 214 (83.98% from 255 or 37.41% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7AD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7AD6 is #138529. Grayscale: #A6A6A6. Windows color (decimal): -1279274 or 14056172. OLE color: 14056172.

HSL color Cylindrical-coordinate representation of color #EC7AD6: hue angle of 311.58º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC7AD6 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 122 214 -
CMYK 0 0.48 0.09 0.07
HSL 311.58º 0.75% 0.7% -
HSV(B) 311.58º 0.48% 0.93% -
XYZ 53.69 36.61 67.85 -
YUV 166.57 154.77 177.52 -
System Red Green Blue C M Y K H S L
Decimal 236 122 214 0 0.48 0.09 0.07 311.58 0.75 0.7
Hex EC 7A D6 0 30 9 7 138 4B 46
Octal 354 172 326 0 60 11 7 470 113 106
Binary 11101100 1111010 11010110 0 110000 1001 111 100111000 1001011 1000110

Color Harmonies of #EC7AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7AD6

Black with #EC7AD6

Text Example


Text Example

White with #EC7AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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