Html Css Color HEX #EC93DF Pale Magenta

📋 copy color: '#EC93DF'

red 236 ◦ green 147 ◦ blue 223

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

Shades of Pale Magenta #EC93DF

Tints of Pale Magenta #EC93DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.8%

R = 38.94%
G = 24.26%
B = 36.8%

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

#EC93DF (or 0xEC93DF) is known color: Pale Magenta. HEX triplet: EC, 93 and DF. RGB value is (236,147,223). Sum of RGB (Red+Green+Blue) = 236+147+223=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 147 (57.81% from 255 or 24.26% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #EC93DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC93DF is #136C20. Grayscale: #B6B6B6. Windows color (decimal): -1272865 or 14652396. OLE color: 14652396.

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

Color convert

RGB 236 147 223 -
CMYK 0 0.38 0.06 0.07
HSL 308.76º 0.7% 0.75% -
HSV(B) 308.76º 0.38% 0.93% -
XYZ 58.35 44.03 75.24 -
YUV 182.28 150.99 166.32 -
System Red Green Blue C M Y K H S L
Decimal 236 147 223 0 0.38 0.06 0.07 308.76 0.7 0.75
Hex EC 93 DF 0 26 6 7 135 46 4B
Octal 354 223 337 0 46 6 7 465 106 113
Binary 11101100 10010011 11011111 0 100110 110 111 100110101 1000110 1001011

Color Harmonies of #EC93DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC93DF

Black with #EC93DF

Text Example


Text Example

White with #EC93DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC93DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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