Html Css Color HEX #EC7DD2 Pale Magenta

📋 copy color: '#EC7DD2'

red 236 ◦ green 125 ◦ blue 210

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

Shades of Pale Magenta #EC7DD2

Tints of Pale Magenta #EC7DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.78%

R = 41.33%
G = 21.89%
B = 36.78%

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

#EC7DD2 (or 0xEC7DD2) is known color: Pale Magenta. HEX triplet: EC, 7D and D2. RGB value is (236,125,210). Sum of RGB (Red+Green+Blue) = 236+125+210=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 125 (49.22% from 255 or 21.89% from 571); Blue value is 210 (82.42% from 255 or 36.78% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7DD2 is #13822D. Grayscale: #A7A7A7. Windows color (decimal): -1278510 or 13794796. OLE color: 13794796.

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

Color convert

RGB 236 125 210 -
CMYK 0 0.47 0.11 0.07
HSL 314.05º 0.74% 0.71% -
HSV(B) 314.05º 0.47% 0.93% -
XYZ 53.56 37.15 65.32 -
YUV 167.88 151.77 176.59 -
System Red Green Blue C M Y K H S L
Decimal 236 125 210 0 0.47 0.11 0.07 314.05 0.74 0.71
Hex EC 7D D2 0 2F B 7 13A 4A 47
Octal 354 175 322 0 57 13 7 472 112 107
Binary 11101100 1111101 11010010 0 101111 1011 111 100111010 1001010 1000111

Color Harmonies of #EC7DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7DD2

Black with #EC7DD2

Text Example


Text Example

White with #EC7DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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