Html Css Color HEX #EC85DA Pale Magenta

📋 copy color: '#EC85DA'

red 236 ◦ green 133 ◦ blue 218

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

Shades of Pale Magenta #EC85DA

Tints of Pale Magenta #EC85DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.14%

R = 40.2%
G = 22.66%
B = 37.14%

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

#EC85DA (or 0xEC85DA) is known color: Pale Magenta. HEX triplet: EC, 85 and DA. RGB value is (236,133,218). Sum of RGB (Red+Green+Blue) = 236+133+218=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 133 (52.34% from 255 or 22.66% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC85DA is #137A25. Grayscale: #ADADAD. Windows color (decimal): -1276454 or 14321132. OLE color: 14321132.

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

Color convert

RGB 236 133 218 -
CMYK 0 0.44 0.08 0.07
HSL 310.49º 0.73% 0.72% -
HSV(B) 310.49º 0.44% 0.93% -
XYZ 55.63 39.67 71.05 -
YUV 173.49 153.12 172.59 -
System Red Green Blue C M Y K H S L
Decimal 236 133 218 0 0.44 0.08 0.07 310.49 0.73 0.72
Hex EC 85 DA 0 2C 8 7 136 49 48
Octal 354 205 332 0 54 10 7 466 111 110
Binary 11101100 10000101 11011010 0 101100 1000 111 100110110 1001001 1001000

Color Harmonies of #EC85DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC85DA

Black with #EC85DA

Text Example


Text Example

White with #EC85DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC85DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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