Html Css Color HEX #EC85D9 Pale Magenta

📋 copy color: '#EC85D9'

red 236 ◦ green 133 ◦ blue 217

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

Shades of Pale Magenta #EC85D9

Tints of Pale Magenta #EC85D9

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.7%

 BLUE value IS 217 (85.16% from 255) = 37.03%

R = 40.27%
G = 22.7%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC85D9 (or 0xEC85D9) is known color: Pale Magenta. HEX triplet: EC, 85 and D9. RGB value is (236,133,217). Sum of RGB (Red+Green+Blue) = 236+133+217=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 133 (52.34% from 255 or 22.70% from 586); Blue value is 217 (85.16% from 255 or 37.03% from 586); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC85D9 is #137A26. Grayscale: #ADADAD. Windows color (decimal): -1276455 or 14255596. OLE color: 14255596.

HSL color Cylindrical-coordinate representation of color #EC85D9: hue angle of 311.07º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC85D9 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 133 217 -
CMYK 0 0.44 0.08 0.07
HSL 311.07º 0.73% 0.72% -
HSV(B) 311.07º 0.44% 0.93% -
XYZ 55.5 39.62 70.37 -
YUV 173.37 152.62 172.67 -
System Red Green Blue C M Y K H S L
Decimal 236 133 217 0 0.44 0.08 0.07 311.07 0.73 0.72
Hex EC 85 D9 0 2C 8 7 137 49 48
Octal 354 205 331 0 54 10 7 467 111 110
Binary 11101100 10000101 11011001 0 101100 1000 111 100110111 1001001 1001000

Color Harmonies of #EC85D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC85D9

Black with #EC85D9

Text Example


Text Example

White with #EC85D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC85D9; }

 p { color: rgb(236,133,217); }

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

background-color css

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

 a { background-color: rgb(236,133,217); }

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

border-color css

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

 span { border-color: rgb(236,133,217); }

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