Html Css Color HEX #EC1BEB Magenta

📋 copy color: '#EC1BEB'

red 236 ◦ green 27 ◦ blue 235

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

Shades of Magenta #EC1BEB

Tints of Magenta #EC1BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.19%

R = 47.39%
G = 5.42%
B = 47.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EC1BEB (or 0xEC1BEB) is known color: Magenta. HEX triplet: EC, 1B and EB. RGB value is (236,27,235). Sum of RGB (Red+Green+Blue) = 236+27+235=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 27 (10.94% from 255 or 5.42% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1BEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1BEB is #13E414. Grayscale: #707070. Windows color (decimal): -1303573 or 15408108. OLE color: 15408108.

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

Color convert

RGB 236 27 235 -
CMYK 0 0.89 0.00 0.07
HSL 300.29º 0.85% 0.52% -
HSV(B) 300.29º 0.89% 0.93% -
XYZ 49.98 24.61 80.71 -
YUV 113.2 196.74 215.59 -
System Red Green Blue C M Y K H S L
Decimal 236 27 235 0 0.89 0.00 0.07 300.29 0.85 0.52
Hex EC 1B EB 0 59 0 7 12C 55 34
Octal 354 33 353 0 131 0 7 454 125 64
Binary 11101100 11011 11101011 0 1011001 0 111 100101100 1010101 110100

Color Harmonies of #EC1BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1BEB

Black with #EC1BEB

Text Example


Text Example

White with #EC1BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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