Html Css Color HEX #EC15EB Magenta

📋 copy color: '#EC15EB'

red 236 ◦ green 21 ◦ blue 235

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

Shades of Magenta #EC15EB

Tints of Magenta #EC15EB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.27%

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

R = 47.97%
G = 4.27%
B = 47.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EC15EB (or 0xEC15EB) is known color: Magenta. HEX triplet: EC, 15 and EB. RGB value is (236,21,235). Sum of RGB (Red+Green+Blue) = 236+21+235=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 21 (8.59% from 255 or 4.27% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #EC15EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC15EB is #13EA14. Grayscale: #6D6D6D. Windows color (decimal): -1305109 or 15406572. OLE color: 15406572.

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

Color convert

RGB 236 21 235 -
CMYK 0 0.91 0.00 0.07
HSL 300.28º 0.85% 0.5% -
HSV(B) 300.28º 0.91% 0.93% -
XYZ 49.86 24.37 80.67 -
YUV 109.68 198.73 218.1 -
System Red Green Blue C M Y K H S L
Decimal 236 21 235 0 0.91 0.00 0.07 300.28 0.85 0.5
Hex EC 15 EB 0 5B 0 7 12C 55 32
Octal 354 25 353 0 133 0 7 454 125 62
Binary 11101100 10101 11101011 0 1011011 0 111 100101100 1010101 110010

Color Harmonies of #EC15EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC15EB

Black with #EC15EB

Text Example


Text Example

White with #EC15EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC15EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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