Html Css Color HEX #EC7DD6 Pale Magenta

📋 copy color: '#EC7DD6'

red 236 ◦ green 125 ◦ blue 214

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

Shades of Pale Magenta #EC7DD6

Tints of Pale Magenta #EC7DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.22%

R = 41.04%
G = 21.74%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EC7DD6 (or 0xEC7DD6) is known color: Pale Magenta. HEX triplet: EC, 7D and D6. RGB value is (236,125,214). Sum of RGB (Red+Green+Blue) = 236+125+214=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 125 (49.22% from 255 or 21.74% from 575); Blue value is 214 (83.98% from 255 or 37.22% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7DD6 is #138229. Grayscale: #A8A8A8. Windows color (decimal): -1278506 or 14056940. OLE color: 14056940.

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

Color convert

RGB 236 125 214 -
CMYK 0 0.47 0.09 0.07
HSL 311.89º 0.74% 0.71% -
HSV(B) 311.89º 0.47% 0.93% -
XYZ 54.06 37.36 67.98 -
YUV 168.34 153.77 176.26 -
System Red Green Blue C M Y K H S L
Decimal 236 125 214 0 0.47 0.09 0.07 311.89 0.74 0.71
Hex EC 7D D6 0 2F 9 7 138 4A 47
Octal 354 175 326 0 57 11 7 470 112 107
Binary 11101100 1111101 11010110 0 101111 1001 111 100111000 1001010 1000111

Color Harmonies of #EC7DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7DD6

Black with #EC7DD6

Text Example


Text Example

White with #EC7DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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