Html Css Color HEX #EC0BEA Magenta

📋 copy color: '#EC0BEA'

red 236 ◦ green 11 ◦ blue 234

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

Shades of Magenta #EC0BEA

Tints of Magenta #EC0BEA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.29%

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

R = 49.06%
G = 2.29%
B = 48.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EC0BEA (or 0xEC0BEA) is known color: Magenta. HEX triplet: EC, 0B and EA. RGB value is (236,11,234). Sum of RGB (Red+Green+Blue) = 236+11+234=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 11 (4.69% from 255 or 2.29% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0BEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0BEA is #13F415. Grayscale: #676767. Windows color (decimal): -1307670 or 15338476. OLE color: 15338476.

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

Color convert

RGB 236 11 234 -
CMYK 0 0.95 0.01 0.07
HSL 300.53º 0.91% 0.48% -
HSV(B) 300.53º 0.95% 0.93% -
XYZ 49.56 24.01 79.86 -
YUV 103.7 201.54 222.37 -
System Red Green Blue C M Y K H S L
Decimal 236 11 234 0 0.95 0.01 0.07 300.53 0.91 0.48
Hex EC B EA 0 5F 1 7 12D 5B 30
Octal 354 13 352 0 137 1 7 455 133 60
Binary 11101100 1011 11101010 0 1011111 1 111 100101101 1011011 110000

Color Harmonies of #EC0BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0BEA

Black with #EC0BEA

Text Example


Text Example

White with #EC0BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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