Html Css Color HEX #EC85E2 Pale Magenta

📋 copy color: '#EC85E2'

red 236 ◦ green 133 ◦ blue 226

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

Shades of Pale Magenta #EC85E2

Tints of Pale Magenta #EC85E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.98%

R = 39.66%
G = 22.35%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EC85E2 (or 0xEC85E2) is known color: Pale Magenta. HEX triplet: EC, 85 and E2. RGB value is (236,133,226). Sum of RGB (Red+Green+Blue) = 236+133+226=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 133 (52.34% from 255 or 22.35% from 595); Blue value is 226 (88.67% from 255 or 37.98% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC85E2 is #137A1D. Grayscale: #AEAEAE. Windows color (decimal): -1276446 or 14845420. OLE color: 14845420.

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

Color convert

RGB 236 133 226 -
CMYK 0 0.44 0.04 0.07
HSL 305.83º 0.73% 0.72% -
HSV(B) 305.83º 0.44% 0.93% -
XYZ 56.71 40.1 76.7 -
YUV 174.4 157.12 171.94 -
System Red Green Blue C M Y K H S L
Decimal 236 133 226 0 0.44 0.04 0.07 305.83 0.73 0.72
Hex EC 85 E2 0 2C 4 7 132 49 48
Octal 354 205 342 0 54 4 7 462 111 110
Binary 11101100 10000101 11100010 0 101100 100 111 100110010 1001001 1001000

Color Harmonies of #EC85E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC85E2

Black with #EC85E2

Text Example


Text Example

White with #EC85E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC85E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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