Html Css Color HEX #EC7DD1 Pale Magenta

📋 copy color: '#EC7DD1'

red 236 ◦ green 125 ◦ blue 209

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

Shades of Pale Magenta #EC7DD1

Tints of Pale Magenta #EC7DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.67%

R = 41.4%
G = 21.93%
B = 36.67%

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

#EC7DD1 (or 0xEC7DD1) is known color: Pale Magenta. HEX triplet: EC, 7D and D1. RGB value is (236,125,209). Sum of RGB (Red+Green+Blue) = 236+125+209=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 125 (49.22% from 255 or 21.93% from 570); Blue value is 209 (82.03% from 255 or 36.67% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7DD1 is #13822E. Grayscale: #A7A7A7. Windows color (decimal): -1278511 or 13729260. OLE color: 13729260.

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

Color convert

RGB 236 125 209 -
CMYK 0 0.47 0.11 0.07
HSL 314.59º 0.74% 0.71% -
HSV(B) 314.59º 0.47% 0.93% -
XYZ 53.43 37.1 64.67 -
YUV 167.77 151.27 176.67 -
System Red Green Blue C M Y K H S L
Decimal 236 125 209 0 0.47 0.11 0.07 314.59 0.74 0.71
Hex EC 7D D1 0 2F B 7 13B 4A 47
Octal 354 175 321 0 57 13 7 473 112 107
Binary 11101100 1111101 11010001 0 101111 1011 111 100111011 1001010 1000111

Color Harmonies of #EC7DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7DD1

Black with #EC7DD1

Text Example


Text Example

White with #EC7DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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