Html Css Color HEX #EC10E7 Magenta

📋 copy color: '#EC10E7'

red 236 ◦ green 16 ◦ blue 231

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

Shades of Magenta #EC10E7

Tints of Magenta #EC10E7

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.31%

 BLUE value IS 231 (90.63% from 255) = 47.83%

R = 48.86%
G = 3.31%
B = 47.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EC10E7 (or 0xEC10E7) is known color: Magenta. HEX triplet: EC, 10 and E7. RGB value is (236,16,231). Sum of RGB (Red+Green+Blue) = 236+16+231=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 16 (6.64% from 255 or 3.31% from 483); Blue value is 231 (90.62% from 255 or 47.83% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC10E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC10E7 is #13EF18. Grayscale: #696969. Windows color (decimal): -1306393 or 15143148. OLE color: 15143148.

HSL color Cylindrical-coordinate representation of color #EC10E7: hue angle of 301.36º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC10E7 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 16 231 -
CMYK 0 0.93 0.02 0.07
HSL 301.36º 0.87% 0.49% -
HSV(B) 301.36º 0.93% 0.93% -
XYZ 49.2 23.97 77.64 -
YUV 106.29 198.39 220.52 -
System Red Green Blue C M Y K H S L
Decimal 236 16 231 0 0.93 0.02 0.07 301.36 0.87 0.49
Hex EC 10 E7 0 5D 2 7 12D 57 31
Octal 354 20 347 0 135 2 7 455 127 61
Binary 11101100 10000 11100111 0 1011101 10 111 100101101 1010111 110001

Color Harmonies of #EC10E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC10E7

Black with #EC10E7

Text Example


Text Example

White with #EC10E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC10E7; }

 p { color: rgb(236,16,231); }

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

background-color css

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

 a { background-color: rgb(236,16,231); }

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

border-color css

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

 span { border-color: rgb(236,16,231); }

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