Html Css Color HEX #EC81E0 Pale Magenta

📋 copy color: '#EC81E0'

red 236 ◦ green 129 ◦ blue 224

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

Shades of Pale Magenta #EC81E0

Tints of Pale Magenta #EC81E0

RGB

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

 GREEN value IS 129 (50.78% from 255) = 21.9%

 BLUE value IS 224 (87.89% from 255) = 38.03%

R = 40.07%
G = 21.9%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EC81E0 (or 0xEC81E0) is known color: Pale Magenta. HEX triplet: EC, 81 and E0. RGB value is (236,129,224). Sum of RGB (Red+Green+Blue) = 236+129+224=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 129 (50.78% from 255 or 21.90% from 589); Blue value is 224 (87.89% from 255 or 38.03% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #EC81E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC81E0 is #137E1F. Grayscale: #ABABAB. Windows color (decimal): -1277472 or 14713324. OLE color: 14713324.

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

Color convert

RGB 236 129 224 -
CMYK 0 0.45 0.05 0.07
HSL 306.73º 0.74% 0.72% -
HSV(B) 306.73º 0.45% 0.93% -
XYZ 55.9 38.92 75.09 -
YUV 171.82 157.45 173.78 -
System Red Green Blue C M Y K H S L
Decimal 236 129 224 0 0.45 0.05 0.07 306.73 0.74 0.72
Hex EC 81 E0 0 2D 5 7 133 4A 48
Octal 354 201 340 0 55 5 7 463 112 110
Binary 11101100 10000001 11100000 0 101101 101 111 100110011 1001010 1001000

Color Harmonies of #EC81E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC81E0

Black with #EC81E0

Text Example


Text Example

White with #EC81E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC81E0; }

 p { color: rgb(236,129,224); }

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

background-color css

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

 a { background-color: rgb(236,129,224); }

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

border-color css

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

 span { border-color: rgb(236,129,224); }

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