Html Css Color HEX #EC7ED4 Pale Magenta

📋 copy color: '#EC7ED4'

red 236 ◦ green 126 ◦ blue 212

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

Shades of Pale Magenta #EC7ED4

Tints of Pale Magenta #EC7ED4

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.95%

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

R = 41.11%
G = 21.95%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EC7ED4 (or 0xEC7ED4) is known color: Pale Magenta. HEX triplet: EC, 7E and D4. RGB value is (236,126,212). Sum of RGB (Red+Green+Blue) = 236+126+212=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 126 (49.61% from 255 or 21.95% from 574); Blue value is 212 (83.20% from 255 or 36.93% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7ED4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7ED4 is #13812B. Grayscale: #A8A8A8. Windows color (decimal): -1278252 or 13926124. OLE color: 13926124.

HSL color Cylindrical-coordinate representation of color #EC7ED4: hue angle of 313.09º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC7ED4 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 126 212 -
CMYK 0 0.47 0.10 0.07
HSL 313.09º 0.74% 0.71% -
HSV(B) 313.09º 0.47% 0.93% -
XYZ 53.94 37.51 66.68 -
YUV 168.69 152.44 176.01 -
System Red Green Blue C M Y K H S L
Decimal 236 126 212 0 0.47 0.10 0.07 313.09 0.74 0.71
Hex EC 7E D4 0 2F A 7 139 4A 47
Octal 354 176 324 0 57 12 7 471 112 107
Binary 11101100 1111110 11010100 0 101111 1010 111 100111001 1001010 1000111

Color Harmonies of #EC7ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7ED4

Black with #EC7ED4

Text Example


Text Example

White with #EC7ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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