Html Css Color HEX #EC91DC Pale Magenta

📋 copy color: '#EC91DC'

red 236 ◦ green 145 ◦ blue 220

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

Shades of Pale Magenta #EC91DC

Tints of Pale Magenta #EC91DC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.13%

 BLUE value IS 220 (86.33% from 255) = 36.61%

R = 39.27%
G = 24.13%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC91DC (or 0xEC91DC) is known color: Pale Magenta. HEX triplet: EC, 91 and DC. RGB value is (236,145,220). Sum of RGB (Red+Green+Blue) = 236+145+220=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 145 (57.03% from 255 or 24.13% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 236 - color contains mainly: red. Hex color #EC91DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC91DC is #136E23. Grayscale: #B4B4B4. Windows color (decimal): -1273380 or 14455276. OLE color: 14455276.

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

Color convert

RGB 236 145 220 -
CMYK 0 0.39 0.07 0.07
HSL 310.55º 0.71% 0.75% -
HSV(B) 310.55º 0.39% 0.93% -
XYZ 57.64 43.25 73.02 -
YUV 180.76 150.15 167.4 -
System Red Green Blue C M Y K H S L
Decimal 236 145 220 0 0.39 0.07 0.07 310.55 0.71 0.75
Hex EC 91 DC 0 27 7 7 137 47 4B
Octal 354 221 334 0 47 7 7 467 107 113
Binary 11101100 10010001 11011100 0 100111 111 111 100110111 1000111 1001011

Color Harmonies of #EC91DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC91DC

Black with #EC91DC

Text Example


Text Example

White with #EC91DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC91DC; }

 p { color: rgb(236,145,220); }

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

background-color css

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

 a { background-color: rgb(236,145,220); }

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

border-color css

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

 span { border-color: rgb(236,145,220); }

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