Html Css Color HEX #EC94DF Pale Magenta

📋 copy color: '#EC94DF'

red 236 ◦ green 148 ◦ blue 223

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

Shades of Pale Magenta #EC94DF

Tints of Pale Magenta #EC94DF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.38%

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

R = 38.88%
G = 24.38%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC94DF (or 0xEC94DF) is known color: Pale Magenta. HEX triplet: EC, 94 and DF. RGB value is (236,148,223). Sum of RGB (Red+Green+Blue) = 236+148+223=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 148 (58.20% from 255 or 24.38% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #EC94DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC94DF is #136B20. Grayscale: #B6B6B6. Windows color (decimal): -1272609 or 14652652. OLE color: 14652652.

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

Color convert

RGB 236 148 223 -
CMYK 0 0.37 0.06 0.07
HSL 308.86º 0.7% 0.75% -
HSV(B) 308.86º 0.37% 0.93% -
XYZ 58.5 44.34 75.29 -
YUV 182.86 150.65 165.9 -
System Red Green Blue C M Y K H S L
Decimal 236 148 223 0 0.37 0.06 0.07 308.86 0.7 0.75
Hex EC 94 DF 0 25 6 7 135 46 4B
Octal 354 224 337 0 45 6 7 465 106 113
Binary 11101100 10010100 11011111 0 100101 110 111 100110101 1000110 1001011

Color Harmonies of #EC94DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC94DF

Black with #EC94DF

Text Example


Text Example

White with #EC94DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC94DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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