Html Css Color HEX #EC1DE7 Magenta

📋 copy color: '#EC1DE7'

red 236 ◦ green 29 ◦ blue 231

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

Shades of Magenta #EC1DE7

Tints of Magenta #EC1DE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.57%

R = 47.58%
G = 5.85%
B = 46.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EC1DE7 (or 0xEC1DE7) is known color: Magenta. HEX triplet: EC, 1D and E7. RGB value is (236,29,231). Sum of RGB (Red+Green+Blue) = 236+29+231=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 29 (11.72% from 255 or 5.85% from 496); Blue value is 231 (90.62% from 255 or 46.57% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1DE7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1DE7 is #13E218. Grayscale: #717171. Windows color (decimal): -1303065 or 15146476. OLE color: 15146476.

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

Color convert

RGB 236 29 231 -
CMYK 0 0.88 0.02 0.07
HSL 301.45º 0.84% 0.52% -
HSV(B) 301.45º 0.88% 0.93% -
XYZ 49.46 24.48 77.72 -
YUV 113.92 194.08 215.07 -
System Red Green Blue C M Y K H S L
Decimal 236 29 231 0 0.88 0.02 0.07 301.45 0.84 0.52
Hex EC 1D E7 0 58 2 7 12D 54 34
Octal 354 35 347 0 130 2 7 455 124 64
Binary 11101100 11101 11100111 0 1011000 10 111 100101101 1010100 110100

Color Harmonies of #EC1DE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1DE7

Black with #EC1DE7

Text Example


Text Example

White with #EC1DE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1DE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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