Html Css Color HEX #EC82E0 Pale Magenta

📋 copy color: '#EC82E0'

red 236 ◦ green 130 ◦ blue 224

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

Shades of Pale Magenta #EC82E0

Tints of Pale Magenta #EC82E0

RGB

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

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

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

R = 40%
G = 22.03%
B = 37.97%

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

#EC82E0 (or 0xEC82E0) is known color: Pale Magenta. HEX triplet: EC, 82 and E0. RGB value is (236,130,224). Sum of RGB (Red+Green+Blue) = 236+130+224=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 130 (51.17% from 255 or 22.03% from 590); Blue value is 224 (87.89% from 255 or 37.97% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #EC82E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC82E0 is #137D1F. Grayscale: #ACACAC. Windows color (decimal): -1277216 or 14713580. OLE color: 14713580.

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

Color convert

RGB 236 130 224 -
CMYK 0 0.45 0.05 0.07
HSL 306.79º 0.74% 0.72% -
HSV(B) 306.79º 0.45% 0.93% -
XYZ 56.03 39.18 75.13 -
YUV 172.41 157.12 173.36 -
System Red Green Blue C M Y K H S L
Decimal 236 130 224 0 0.45 0.05 0.07 306.79 0.74 0.72
Hex EC 82 E0 0 2D 5 7 133 4A 48
Octal 354 202 340 0 55 5 7 463 112 110
Binary 11101100 10000010 11100000 0 101101 101 111 100110011 1001010 1001000

Color Harmonies of #EC82E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC82E0

Black with #EC82E0

Text Example


Text Example

White with #EC82E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC82E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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