Html Css Color HEX #EC7AD4 Pale Magenta

📋 copy color: '#EC7AD4'

red 236 ◦ green 122 ◦ blue 212

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

Shades of Pale Magenta #EC7AD4

Tints of Pale Magenta #EC7AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.19%

R = 41.4%
G = 21.4%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EC7AD4 (or 0xEC7AD4) is known color: Pale Magenta. HEX triplet: EC, 7A and D4. RGB value is (236,122,212). Sum of RGB (Red+Green+Blue) = 236+122+212=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 122 (48.05% from 255 or 21.40% from 570); Blue value is 212 (83.20% from 255 or 37.19% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7AD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7AD4 is #13852B. Grayscale: #A6A6A6. Windows color (decimal): -1279276 or 13925100. OLE color: 13925100.

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

Color convert

RGB 236 122 212 -
CMYK 0 0.48 0.10 0.07
HSL 312.63º 0.75% 0.7% -
HSV(B) 312.63º 0.48% 0.93% -
XYZ 53.44 36.51 66.52 -
YUV 166.35 153.77 177.68 -
System Red Green Blue C M Y K H S L
Decimal 236 122 212 0 0.48 0.10 0.07 312.63 0.75 0.7
Hex EC 7A D4 0 30 A 7 139 4B 46
Octal 354 172 324 0 60 12 7 471 113 106
Binary 11101100 1111010 11010100 0 110000 1010 111 100111001 1001011 1000110

Color Harmonies of #EC7AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7AD4

Black with #EC7AD4

Text Example


Text Example

White with #EC7AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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