Html Css Color HEX #EC7ADE Pale Magenta

📋 copy color: '#EC7ADE'

red 236 ◦ green 122 ◦ blue 222

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

Shades of Pale Magenta #EC7ADE

Tints of Pale Magenta #EC7ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.28%

R = 40.69%
G = 21.03%
B = 38.28%

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

#EC7ADE (or 0xEC7ADE) is known color: Pale Magenta. HEX triplet: EC, 7A and DE. RGB value is (236,122,222). Sum of RGB (Red+Green+Blue) = 236+122+222=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 122 (48.05% from 255 or 21.03% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7ADE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7ADE is #138521. Grayscale: #A7A7A7. Windows color (decimal): -1279266 or 14580460. OLE color: 14580460.

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

Color convert

RGB 236 122 222 -
CMYK 0 0.48 0.06 0.07
HSL 307.37º 0.75% 0.7% -
HSV(B) 307.37º 0.48% 0.93% -
XYZ 54.74 37.03 73.37 -
YUV 167.49 158.77 176.87 -
System Red Green Blue C M Y K H S L
Decimal 236 122 222 0 0.48 0.06 0.07 307.37 0.75 0.7
Hex EC 7A DE 0 30 6 7 133 4B 46
Octal 354 172 336 0 60 6 7 463 113 106
Binary 11101100 1111010 11011110 0 110000 110 111 100110011 1001011 1000110

Color Harmonies of #EC7ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7ADE

Black with #EC7ADE

Text Example


Text Example

White with #EC7ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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