Html Css Color HEX #EC17EA Magenta

📋 copy color: '#EC17EA'

red 236 ◦ green 23 ◦ blue 234

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

Shades of Magenta #EC17EA

Tints of Magenta #EC17EA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.67%

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

R = 47.87%
G = 4.67%
B = 47.46%

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

#EC17EA (or 0xEC17EA) is known color: Magenta. HEX triplet: EC, 17 and EA. RGB value is (236,23,234). Sum of RGB (Red+Green+Blue) = 236+23+234=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 23 (9.38% from 255 or 4.67% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC17EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC17EA is #13E815. Grayscale: #6E6E6E. Windows color (decimal): -1304598 or 15341548. OLE color: 15341548.

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

Color convert

RGB 236 23 234 -
CMYK 0 0.90 0.01 0.07
HSL 300.56º 0.85% 0.51% -
HSV(B) 300.56º 0.9% 0.93% -
XYZ 49.75 24.39 79.93 -
YUV 110.74 197.57 217.34 -
System Red Green Blue C M Y K H S L
Decimal 236 23 234 0 0.90 0.01 0.07 300.56 0.85 0.51
Hex EC 17 EA 0 5A 1 7 12D 55 33
Octal 354 27 352 0 132 1 7 455 125 63
Binary 11101100 10111 11101010 0 1011010 1 111 100101101 1010101 110011

Color Harmonies of #EC17EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC17EA

Black with #EC17EA

Text Example


Text Example

White with #EC17EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC17EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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