Html Css Color HEX #EC1BE4 Magenta

📋 copy color: '#EC1BE4'

red 236 ◦ green 27 ◦ blue 228

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

Shades of Magenta #EC1BE4

Tints of Magenta #EC1BE4

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.5%

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

R = 48.07%
G = 5.5%
B = 46.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EC1BE4 (or 0xEC1BE4) is known color: Magenta. HEX triplet: EC, 1B and E4. RGB value is (236,27,228). Sum of RGB (Red+Green+Blue) = 236+27+228=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 27 (10.94% from 255 or 5.50% from 491); Blue value is 228 (89.45% from 255 or 46.44% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1BE4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1BE4 is #13E41B. Grayscale: #6F6F6F. Windows color (decimal): -1303580 or 14949356. OLE color: 14949356.

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

Color convert

RGB 236 27 228 -
CMYK 0 0.89 0.03 0.07
HSL 302.3º 0.85% 0.52% -
HSV(B) 302.3º 0.89% 0.93% -
XYZ 48.99 24.22 75.49 -
YUV 112.41 193.24 216.16 -
System Red Green Blue C M Y K H S L
Decimal 236 27 228 0 0.89 0.03 0.07 302.3 0.85 0.52
Hex EC 1B E4 0 59 3 7 12E 55 34
Octal 354 33 344 0 131 3 7 456 125 64
Binary 11101100 11011 11100100 0 1011001 11 111 100101110 1010101 110100

Color Harmonies of #EC1BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1BE4

Black with #EC1BE4

Text Example


Text Example

White with #EC1BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1BE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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