Html Css Color HEX #EC85E1 Pale Magenta

📋 copy color: '#EC85E1'

red 236 ◦ green 133 ◦ blue 225

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

Shades of Pale Magenta #EC85E1

Tints of Pale Magenta #EC85E1

RGB

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

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

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

R = 39.73%
G = 22.39%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EC85E1 (or 0xEC85E1) is known color: Pale Magenta. HEX triplet: EC, 85 and E1. RGB value is (236,133,225). Sum of RGB (Red+Green+Blue) = 236+133+225=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 133 (52.34% from 255 or 22.39% from 594); Blue value is 225 (88.28% from 255 or 37.88% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC85E1 is #137A1E. Grayscale: #AEAEAE. Windows color (decimal): -1276447 or 14779884. OLE color: 14779884.

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

Color convert

RGB 236 133 225 -
CMYK 0 0.44 0.05 0.07
HSL 306.41º 0.73% 0.72% -
HSV(B) 306.41º 0.44% 0.93% -
XYZ 56.57 40.04 75.98 -
YUV 174.29 156.62 172.02 -
System Red Green Blue C M Y K H S L
Decimal 236 133 225 0 0.44 0.05 0.07 306.41 0.73 0.72
Hex EC 85 E1 0 2C 5 7 132 49 48
Octal 354 205 341 0 54 5 7 462 111 110
Binary 11101100 10000101 11100001 0 101100 101 111 100110010 1001001 1001000

Color Harmonies of #EC85E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC85E1

Black with #EC85E1

Text Example


Text Example

White with #EC85E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC85E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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