Html Css Color HEX #EC0BE6 Magenta

📋 copy color: '#EC0BE6'

red 236 ◦ green 11 ◦ blue 230

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

Shades of Magenta #EC0BE6

Tints of Magenta #EC0BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.22%

R = 49.48%
G = 2.31%
B = 48.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EC0BE6 (or 0xEC0BE6) is known color: Magenta. HEX triplet: EC, 0B and E6. RGB value is (236,11,230). Sum of RGB (Red+Green+Blue) = 236+11+230=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 11 (4.69% from 255 or 2.31% from 477); Blue value is 230 (90.23% from 255 or 48.22% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0BE6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0BE6 is #13F419. Grayscale: #666666. Windows color (decimal): -1307674 or 15076332. OLE color: 15076332.

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

Color convert

RGB 236 11 230 -
CMYK 0 0.95 0.03 0.07
HSL 301.6º 0.91% 0.48% -
HSV(B) 301.6º 0.95% 0.93% -
XYZ 48.99 23.79 76.87 -
YUV 103.24 199.54 222.69 -
System Red Green Blue C M Y K H S L
Decimal 236 11 230 0 0.95 0.03 0.07 301.6 0.91 0.48
Hex EC B E6 0 5F 3 7 12E 5B 30
Octal 354 13 346 0 137 3 7 456 133 60
Binary 11101100 1011 11100110 0 1011111 11 111 100101110 1011011 110000

Color Harmonies of #EC0BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0BE6

Black with #EC0BE6

Text Example


Text Example

White with #EC0BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0BE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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