Html Css Color HEX #EC1DEB Magenta

📋 copy color: '#EC1DEB'

red 236 ◦ green 29 ◦ blue 235

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

Shades of Magenta #EC1DEB

Tints of Magenta #EC1DEB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.8%

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

R = 47.2%
G = 5.8%
B = 47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EC1DEB (or 0xEC1DEB) is known color: Magenta. HEX triplet: EC, 1D and EB. RGB value is (236,29,235). Sum of RGB (Red+Green+Blue) = 236+29+235=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 29 (11.72% from 255 or 5.8% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1DEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1DEB is #13E214. Grayscale: #717171. Windows color (decimal): -1303061 or 15408620. OLE color: 15408620.

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

Color convert

RGB 236 29 235 -
CMYK 0 0.88 0.00 0.07
HSL 300.29º 0.84% 0.52% -
HSV(B) 300.29º 0.88% 0.93% -
XYZ 50.03 24.71 80.73 -
YUV 114.38 196.08 214.75 -
System Red Green Blue C M Y K H S L
Decimal 236 29 235 0 0.88 0.00 0.07 300.29 0.84 0.52
Hex EC 1D EB 0 58 0 7 12C 54 34
Octal 354 35 353 0 130 0 7 454 124 64
Binary 11101100 11101 11101011 0 1011000 0 111 100101100 1010100 110100

Color Harmonies of #EC1DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1DEB

Black with #EC1DEB

Text Example


Text Example

White with #EC1DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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