Html Css Color HEX #EC7ADD Pale Magenta

📋 copy color: '#EC7ADD'

red 236 ◦ green 122 ◦ blue 221

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

Shades of Pale Magenta #EC7ADD

Tints of Pale Magenta #EC7ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.17%

R = 40.76%
G = 21.07%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC7ADD (or 0xEC7ADD) is known color: Pale Magenta. HEX triplet: EC, 7A and DD. RGB value is (236,122,221). Sum of RGB (Red+Green+Blue) = 236+122+221=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 122 (48.05% from 255 or 21.07% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7ADD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7ADD is #138522. Grayscale: #A7A7A7. Windows color (decimal): -1279267 or 14514924. OLE color: 14514924.

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

Color convert

RGB 236 122 221 -
CMYK 0 0.48 0.06 0.07
HSL 307.89º 0.75% 0.7% -
HSV(B) 307.89º 0.48% 0.93% -
XYZ 54.6 36.97 72.67 -
YUV 167.37 158.27 176.95 -
System Red Green Blue C M Y K H S L
Decimal 236 122 221 0 0.48 0.06 0.07 307.89 0.75 0.7
Hex EC 7A DD 0 30 6 7 134 4B 46
Octal 354 172 335 0 60 6 7 464 113 106
Binary 11101100 1111010 11011101 0 110000 110 111 100110100 1001011 1000110

Color Harmonies of #EC7ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7ADD

Black with #EC7ADD

Text Example


Text Example

White with #EC7ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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