Html Css Color HEX #EC21EB Magenta

📋 copy color: '#EC21EB'

red 236 ◦ green 33 ◦ blue 235

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

Shades of Magenta #EC21EB

Tints of Magenta #EC21EB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.55%

 BLUE value IS 235 (92.19% from 255) = 46.63%

R = 46.83%
G = 6.55%
B = 46.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EC21EB (or 0xEC21EB) is known color: Magenta. HEX triplet: EC, 21 and EB. RGB value is (236,33,235). Sum of RGB (Red+Green+Blue) = 236+33+235=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 33 (13.28% from 255 or 6.55% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #EC21EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC21EB is #13DE14. Grayscale: #747474. Windows color (decimal): -1302037 or 15409644. OLE color: 15409644.

HSL color Cylindrical-coordinate representation of color #EC21EB: hue angle of 300.3º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC21EB is Cyan = 0, Magento = 0.86, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 33 235 -
CMYK 0 0.86 0.00 0.07
HSL 300.3º 0.84% 0.53% -
HSV(B) 300.3º 0.86% 0.93% -
XYZ 50.13 24.92 80.76 -
YUV 116.73 194.75 213.07 -
System Red Green Blue C M Y K H S L
Decimal 236 33 235 0 0.86 0.00 0.07 300.3 0.84 0.53
Hex EC 21 EB 0 56 0 7 12C 54 35
Octal 354 41 353 0 126 0 7 454 124 65
Binary 11101100 100001 11101011 0 1010110 0 111 100101100 1010100 110101

Color Harmonies of #EC21EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC21EB

Black with #EC21EB

Text Example


Text Example

White with #EC21EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC21EB; }

 p { color: rgb(236,33,235); }

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

background-color css

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

 a { background-color: rgb(236,33,235); }

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

border-color css

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

 span { border-color: rgb(236,33,235); }

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