Html Css Color HEX #EC7FD1 Pale Magenta

📋 copy color: '#EC7FD1'

red 236 ◦ green 127 ◦ blue 209

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

Shades of Pale Magenta #EC7FD1

Tints of Pale Magenta #EC7FD1

RGB

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

 GREEN value IS 127 (50% from 255) = 22.2%

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

R = 41.26%
G = 22.2%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EC7FD1 (or 0xEC7FD1) is known color: Pale Magenta. HEX triplet: EC, 7F and D1. RGB value is (236,127,209). Sum of RGB (Red+Green+Blue) = 236+127+209=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 127 (50% from 255 or 22.20% from 572); Blue value is 209 (82.03% from 255 or 36.54% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7FD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7FD1 is #13802E. Grayscale: #A8A8A8. Windows color (decimal): -1277999 or 13729772. OLE color: 13729772.

HSL color Cylindrical-coordinate representation of color #EC7FD1: hue angle of 314.86º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC7FD1 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 127 209 -
CMYK 0 0.46 0.11 0.07
HSL 314.86º 0.74% 0.71% -
HSV(B) 314.86º 0.46% 0.93% -
XYZ 53.69 37.62 64.75 -
YUV 168.94 150.61 175.83 -
System Red Green Blue C M Y K H S L
Decimal 236 127 209 0 0.46 0.11 0.07 314.86 0.74 0.71
Hex EC 7F D1 0 2E B 7 13B 4A 47
Octal 354 177 321 0 56 13 7 473 112 107
Binary 11101100 1111111 11010001 0 101110 1011 111 100111011 1001010 1000111

Color Harmonies of #EC7FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7FD1

Black with #EC7FD1

Text Example


Text Example

White with #EC7FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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