Html Css Color HEX #EC93DC Pale Magenta

📋 copy color: '#EC93DC'

red 236 ◦ green 147 ◦ blue 220

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

Shades of Pale Magenta #EC93DC

Tints of Pale Magenta #EC93DC

RGB

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

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

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

R = 39.14%
G = 24.38%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC93DC (or 0xEC93DC) is known color: Pale Magenta. HEX triplet: EC, 93 and DC. RGB value is (236,147,220). Sum of RGB (Red+Green+Blue) = 236+147+220=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 147 (57.81% from 255 or 24.38% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #EC93DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC93DC is #136C23. Grayscale: #B5B5B5. Windows color (decimal): -1272868 or 14455788. OLE color: 14455788.

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

Color convert

RGB 236 147 220 -
CMYK 0 0.38 0.07 0.07
HSL 310.79º 0.7% 0.75% -
HSV(B) 310.79º 0.38% 0.93% -
XYZ 57.94 43.87 73.12 -
YUV 181.93 149.49 166.56 -
System Red Green Blue C M Y K H S L
Decimal 236 147 220 0 0.38 0.07 0.07 310.79 0.7 0.75
Hex EC 93 DC 0 26 7 7 137 46 4B
Octal 354 223 334 0 46 7 7 467 106 113
Binary 11101100 10010011 11011100 0 100110 111 111 100110111 1000110 1001011

Color Harmonies of #EC93DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC93DC

Black with #EC93DC

Text Example


Text Example

White with #EC93DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC93DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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