Html Css Color HEX #EC7DD9 Pale Magenta

📋 copy color: '#EC7DD9'

red 236 ◦ green 125 ◦ blue 217

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

Shades of Pale Magenta #EC7DD9

Tints of Pale Magenta #EC7DD9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.63%

 BLUE value IS 217 (85.16% from 255) = 37.54%

R = 40.83%
G = 21.63%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC7DD9 (or 0xEC7DD9) is known color: Pale Magenta. HEX triplet: EC, 7D and D9. RGB value is (236,125,217). Sum of RGB (Red+Green+Blue) = 236+125+217=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 125 (49.22% from 255 or 21.63% from 578); Blue value is 217 (85.16% from 255 or 37.54% from 578); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DD9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7DD9 is #138226. Grayscale: #A8A8A8. Windows color (decimal): -1278503 or 14253548. OLE color: 14253548.

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

Color convert

RGB 236 125 217 -
CMYK 0 0.47 0.08 0.07
HSL 310.27º 0.74% 0.71% -
HSV(B) 310.27º 0.47% 0.93% -
XYZ 54.45 37.51 70.02 -
YUV 168.68 155.27 176.02 -
System Red Green Blue C M Y K H S L
Decimal 236 125 217 0 0.47 0.08 0.07 310.27 0.74 0.71
Hex EC 7D D9 0 2F 8 7 136 4A 47
Octal 354 175 331 0 57 10 7 466 112 107
Binary 11101100 1111101 11011001 0 101111 1000 111 100110110 1001010 1000111

Color Harmonies of #EC7DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7DD9

Black with #EC7DD9

Text Example


Text Example

White with #EC7DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7DD9; }

 p { color: rgb(236,125,217); }

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

background-color css

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

 a { background-color: rgb(236,125,217); }

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

border-color css

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

 span { border-color: rgb(236,125,217); }

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