Html Css Color HEX #EC18EA Magenta

📋 copy color: '#EC18EA'

red 236 ◦ green 24 ◦ blue 234

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

Shades of Magenta #EC18EA

Tints of Magenta #EC18EA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.86%

 BLUE value IS 234 (91.8% from 255) = 47.37%

R = 47.77%
G = 4.86%
B = 47.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EC18EA (or 0xEC18EA) is known color: Magenta. HEX triplet: EC, 18 and EA. RGB value is (236,24,234). Sum of RGB (Red+Green+Blue) = 236+24+234=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 24 (9.77% from 255 or 4.86% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC18EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC18EA is #13E715. Grayscale: #6E6E6E. Windows color (decimal): -1304342 or 15341804. OLE color: 15341804.

HSL color Cylindrical-coordinate representation of color #EC18EA: hue angle of 300.57º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC18EA is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 24 234 -
CMYK 0 0.90 0.01 0.07
HSL 300.57º 0.85% 0.51% -
HSV(B) 300.57º 0.9% 0.93% -
XYZ 49.77 24.43 79.93 -
YUV 111.33 197.24 216.92 -
System Red Green Blue C M Y K H S L
Decimal 236 24 234 0 0.90 0.01 0.07 300.57 0.85 0.51
Hex EC 18 EA 0 5A 1 7 12D 55 33
Octal 354 30 352 0 132 1 7 455 125 63
Binary 11101100 11000 11101010 0 1011010 1 111 100101101 1010101 110011

Color Harmonies of #EC18EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC18EA

Black with #EC18EA

Text Example


Text Example

White with #EC18EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC18EA; }

 p { color: rgb(236,24,234); }

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

background-color css

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

 a { background-color: rgb(236,24,234); }

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

border-color css

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

 span { border-color: rgb(236,24,234); }

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