Html Css Color HEX #EC91DD Pale Magenta

📋 copy color: '#EC91DD'

red 236 ◦ green 145 ◦ blue 221

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

Shades of Pale Magenta #EC91DD

Tints of Pale Magenta #EC91DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.71%

R = 39.2%
G = 24.09%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC91DD (or 0xEC91DD) is known color: Pale Magenta. HEX triplet: EC, 91 and DD. RGB value is (236,145,221). Sum of RGB (Red+Green+Blue) = 236+145+221=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 145 (57.03% from 255 or 24.09% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #EC91DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC91DD is #136E22. Grayscale: #B4B4B4. Windows color (decimal): -1273379 or 14520812. OLE color: 14520812.

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

Color convert

RGB 236 145 221 -
CMYK 0 0.39 0.06 0.07
HSL 309.89º 0.71% 0.75% -
HSV(B) 309.89º 0.39% 0.93% -
XYZ 57.77 43.3 73.72 -
YUV 180.87 150.65 167.32 -
System Red Green Blue C M Y K H S L
Decimal 236 145 221 0 0.39 0.06 0.07 309.89 0.71 0.75
Hex EC 91 DD 0 27 6 7 136 47 4B
Octal 354 221 335 0 47 6 7 466 107 113
Binary 11101100 10010001 11011101 0 100111 110 111 100110110 1000111 1001011

Color Harmonies of #EC91DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC91DD

Black with #EC91DD

Text Example


Text Example

White with #EC91DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC91DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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