Html Css Color HEX #EC82D8 Pale Magenta

📋 copy color: '#EC82D8'

red 236 ◦ green 130 ◦ blue 216

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

Shades of Pale Magenta #EC82D8

Tints of Pale Magenta #EC82D8

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.34%

 BLUE value IS 216 (84.77% from 255) = 37.11%

R = 40.55%
G = 22.34%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC82D8 (or 0xEC82D8) is known color: Pale Magenta. HEX triplet: EC, 82 and D8. RGB value is (236,130,216). Sum of RGB (Red+Green+Blue) = 236+130+216=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 130 (51.17% from 255 or 22.34% from 582); Blue value is 216 (84.77% from 255 or 37.11% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #EC82D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC82D8 is #137D27. Grayscale: #ABABAB. Windows color (decimal): -1277224 or 14189292. OLE color: 14189292.

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

Color convert

RGB 236 130 216 -
CMYK 0 0.45 0.08 0.07
HSL 311.32º 0.74% 0.72% -
HSV(B) 311.32º 0.45% 0.93% -
XYZ 54.97 38.76 69.55 -
YUV 171.5 153.12 174.01 -
System Red Green Blue C M Y K H S L
Decimal 236 130 216 0 0.45 0.08 0.07 311.32 0.74 0.72
Hex EC 82 D8 0 2D 8 7 137 4A 48
Octal 354 202 330 0 55 10 7 467 112 110
Binary 11101100 10000010 11011000 0 101101 1000 111 100110111 1001010 1001000

Color Harmonies of #EC82D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC82D8

Black with #EC82D8

Text Example


Text Example

White with #EC82D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC82D8; }

 p { color: rgb(236,130,216); }

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

background-color css

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

 a { background-color: rgb(236,130,216); }

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

border-color css

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

 span { border-color: rgb(236,130,216); }

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