Html Css Color HEX #EC1CEA Magenta

📋 copy color: '#EC1CEA'

red 236 ◦ green 28 ◦ blue 234

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

Shades of Magenta #EC1CEA

Tints of Magenta #EC1CEA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.62%

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

R = 47.39%
G = 5.62%
B = 46.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EC1CEA (or 0xEC1CEA) is known color: Magenta. HEX triplet: EC, 1C and EA. RGB value is (236,28,234). Sum of RGB (Red+Green+Blue) = 236+28+234=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 28 (11.33% from 255 or 5.62% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1CEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1CEA is #13E315. Grayscale: #717171. Windows color (decimal): -1303318 or 15342828. OLE color: 15342828.

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

Color convert

RGB 236 28 234 -
CMYK 0 0.88 0.01 0.07
HSL 300.58º 0.85% 0.52% -
HSV(B) 300.58º 0.88% 0.93% -
XYZ 49.86 24.6 79.96 -
YUV 113.68 195.91 215.25 -
System Red Green Blue C M Y K H S L
Decimal 236 28 234 0 0.88 0.01 0.07 300.58 0.85 0.52
Hex EC 1C EA 0 58 1 7 12D 55 34
Octal 354 34 352 0 130 1 7 455 125 64
Binary 11101100 11100 11101010 0 1011000 1 111 100101101 1010101 110100

Color Harmonies of #EC1CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1CEA

Black with #EC1CEA

Text Example


Text Example

White with #EC1CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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