Html Css Color HEX #EC93DD Pale Magenta

📋 copy color: '#EC93DD'

red 236 ◦ green 147 ◦ blue 221

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

Shades of Pale Magenta #EC93DD

Tints of Pale Magenta #EC93DD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.34%

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

R = 39.07%
G = 24.34%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC93DD (or 0xEC93DD) is known color: Pale Magenta. HEX triplet: EC, 93 and DD. RGB value is (236,147,221). Sum of RGB (Red+Green+Blue) = 236+147+221=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 147 (57.81% from 255 or 24.34% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #EC93DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC93DD is #136C22. Grayscale: #B5B5B5. Windows color (decimal): -1272867 or 14521324. OLE color: 14521324.

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

Color convert

RGB 236 147 221 -
CMYK 0 0.38 0.06 0.07
HSL 310.11º 0.7% 0.75% -
HSV(B) 310.11º 0.38% 0.93% -
XYZ 58.08 43.92 73.82 -
YUV 182.05 149.99 166.48 -
System Red Green Blue C M Y K H S L
Decimal 236 147 221 0 0.38 0.06 0.07 310.11 0.7 0.75
Hex EC 93 DD 0 26 6 7 136 46 4B
Octal 354 223 335 0 46 6 7 466 106 113
Binary 11101100 10010011 11011101 0 100110 110 111 100110110 1000110 1001011

Color Harmonies of #EC93DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC93DD

Black with #EC93DD

Text Example


Text Example

White with #EC93DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC93DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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