Html Css Color HEX #EC93E1 Pale Magenta

📋 copy color: '#EC93E1'

red 236 ◦ green 147 ◦ blue 225

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

Shades of Pale Magenta #EC93E1

Tints of Pale Magenta #EC93E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.01%

R = 38.82%
G = 24.18%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EC93E1 (or 0xEC93E1) is known color: Pale Magenta. HEX triplet: EC, 93 and E1. RGB value is (236,147,225). Sum of RGB (Red+Green+Blue) = 236+147+225=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 147 (57.81% from 255 or 24.18% from 608); Blue value is 225 (88.28% from 255 or 37.01% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #EC93E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC93E1 is #136C1E. Grayscale: #B6B6B6. Windows color (decimal): -1272863 or 14783468. OLE color: 14783468.

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

Color convert

RGB 236 147 225 -
CMYK 0 0.38 0.05 0.07
HSL 307.42º 0.7% 0.75% -
HSV(B) 307.42º 0.38% 0.93% -
XYZ 58.62 44.14 76.66 -
YUV 182.5 151.99 166.16 -
System Red Green Blue C M Y K H S L
Decimal 236 147 225 0 0.38 0.05 0.07 307.42 0.7 0.75
Hex EC 93 E1 0 26 5 7 133 46 4B
Octal 354 223 341 0 46 5 7 463 106 113
Binary 11101100 10010011 11100001 0 100110 101 111 100110011 1000110 1001011

Color Harmonies of #EC93E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC93E1

Black with #EC93E1

Text Example


Text Example

White with #EC93E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC93E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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