Html Css Color HEX #EC7ED3 Pale Magenta

📋 copy color: '#EC7ED3'

red 236 ◦ green 126 ◦ blue 211

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

Shades of Pale Magenta #EC7ED3

Tints of Pale Magenta #EC7ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.82%

R = 41.19%
G = 21.99%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EC7ED3 (or 0xEC7ED3) is known color: Pale Magenta. HEX triplet: EC, 7E and D3. RGB value is (236,126,211). Sum of RGB (Red+Green+Blue) = 236+126+211=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 126 (49.61% from 255 or 21.99% from 573); Blue value is 211 (82.81% from 255 or 36.82% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7ED3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7ED3 is #13812C. Grayscale: #A8A8A8. Windows color (decimal): -1278253 or 13860588. OLE color: 13860588.

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

Color convert

RGB 236 126 211 -
CMYK 0 0.47 0.11 0.07
HSL 313.64º 0.74% 0.71% -
HSV(B) 313.64º 0.47% 0.93% -
XYZ 53.81 37.46 66.02 -
YUV 168.58 151.94 176.09 -
System Red Green Blue C M Y K H S L
Decimal 236 126 211 0 0.47 0.11 0.07 313.64 0.74 0.71
Hex EC 7E D3 0 2F B 7 13A 4A 47
Octal 354 176 323 0 57 13 7 472 112 107
Binary 11101100 1111110 11010011 0 101111 1011 111 100111010 1001010 1000111

Color Harmonies of #EC7ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7ED3

Black with #EC7ED3

Text Example


Text Example

White with #EC7ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7ED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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