Html Css Color HEX #EC81D2 Pale Magenta

📋 copy color: '#EC81D2'

red 236 ◦ green 129 ◦ blue 210

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

Shades of Pale Magenta #EC81D2

Tints of Pale Magenta #EC81D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.52%

R = 41.04%
G = 22.43%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EC81D2 (or 0xEC81D2) is known color: Pale Magenta. HEX triplet: EC, 81 and D2. RGB value is (236,129,210). Sum of RGB (Red+Green+Blue) = 236+129+210=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 129 (50.78% from 255 or 22.43% from 575); Blue value is 210 (82.42% from 255 or 36.52% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #EC81D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC81D2 is #137E2D. Grayscale: #AAAAAA. Windows color (decimal): -1277486 or 13795820. OLE color: 13795820.

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

Color convert

RGB 236 129 210 -
CMYK 0 0.45 0.11 0.07
HSL 314.58º 0.74% 0.72% -
HSV(B) 314.58º 0.45% 0.93% -
XYZ 54.08 38.19 65.49 -
YUV 170.23 150.45 174.91 -
System Red Green Blue C M Y K H S L
Decimal 236 129 210 0 0.45 0.11 0.07 314.58 0.74 0.72
Hex EC 81 D2 0 2D B 7 13B 4A 48
Octal 354 201 322 0 55 13 7 473 112 110
Binary 11101100 10000001 11010010 0 101101 1011 111 100111011 1001010 1001000

Color Harmonies of #EC81D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC81D2

Black with #EC81D2

Text Example


Text Example

White with #EC81D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC81D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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