Html Css Color HEX #EC7ADA Pale Magenta

📋 copy color: '#EC7ADA'

red 236 ◦ green 122 ◦ blue 218

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

Shades of Pale Magenta #EC7ADA

Tints of Pale Magenta #EC7ADA

RGB

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

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

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

R = 40.97%
G = 21.18%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC7ADA (or 0xEC7ADA) is known color: Pale Magenta. HEX triplet: EC, 7A and DA. RGB value is (236,122,218). Sum of RGB (Red+Green+Blue) = 236+122+218=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 122 (48.05% from 255 or 21.18% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7ADA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7ADA is #138525. Grayscale: #A6A6A6. Windows color (decimal): -1279270 or 14318316. OLE color: 14318316.

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

Color convert

RGB 236 122 218 -
CMYK 0 0.48 0.08 0.07
HSL 309.47º 0.75% 0.7% -
HSV(B) 309.47º 0.48% 0.93% -
XYZ 54.21 36.81 70.58 -
YUV 167.03 156.77 177.19 -
System Red Green Blue C M Y K H S L
Decimal 236 122 218 0 0.48 0.08 0.07 309.47 0.75 0.7
Hex EC 7A DA 0 30 8 7 135 4B 46
Octal 354 172 332 0 60 10 7 465 113 106
Binary 11101100 1111010 11011010 0 110000 1000 111 100110101 1001011 1000110

Color Harmonies of #EC7ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7ADA

Black with #EC7ADA

Text Example


Text Example

White with #EC7ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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