Html Css Color HEX #EC0BE4 Magenta

📋 copy color: '#EC0BE4'

red 236 ◦ green 11 ◦ blue 228

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

Shades of Magenta #EC0BE4

Tints of Magenta #EC0BE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 48%

R = 49.68%
G = 2.32%
B = 48%

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

#EC0BE4 (or 0xEC0BE4) is known color: Magenta. HEX triplet: EC, 0B and E4. RGB value is (236,11,228). Sum of RGB (Red+Green+Blue) = 236+11+228=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 11 (4.69% from 255 or 2.32% from 475); Blue value is 228 (89.45% from 255 or 48% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0BE4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0BE4 is #13F41B. Grayscale: #666666. Windows color (decimal): -1307676 or 14945260. OLE color: 14945260.

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

Color convert

RGB 236 11 228 -
CMYK 0 0.95 0.03 0.07
HSL 302.13º 0.91% 0.48% -
HSV(B) 302.13º 0.95% 0.93% -
XYZ 48.72 23.67 75.4 -
YUV 103.01 198.54 222.86 -
System Red Green Blue C M Y K H S L
Decimal 236 11 228 0 0.95 0.03 0.07 302.13 0.91 0.48
Hex EC B E4 0 5F 3 7 12E 5B 30
Octal 354 13 344 0 137 3 7 456 133 60
Binary 11101100 1011 11100100 0 1011111 11 111 100101110 1011011 110000

Color Harmonies of #EC0BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0BE4

Black with #EC0BE4

Text Example


Text Example

White with #EC0BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0BE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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