Html Css Color HEX #EC0CE7 Magenta

📋 copy color: '#EC0CE7'

red 236 ◦ green 12 ◦ blue 231

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

Shades of Magenta #EC0CE7

Tints of Magenta #EC0CE7

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.51%

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

R = 49.27%
G = 2.51%
B = 48.23%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EC0CE7 (or 0xEC0CE7) is known color: Magenta. HEX triplet: EC, 0C and E7. RGB value is (236,12,231). Sum of RGB (Red+Green+Blue) = 236+12+231=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 12 (5.08% from 255 or 2.51% from 479); Blue value is 231 (90.62% from 255 or 48.23% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0CE7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0CE7 is #13F318. Grayscale: #676767. Windows color (decimal): -1307417 or 15142124. OLE color: 15142124.

HSL color Cylindrical-coordinate representation of color #EC0CE7: hue angle of 301.34º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0CE7 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 12 231 -
CMYK 0 0.95 0.02 0.07
HSL 301.34º 0.9% 0.49% -
HSV(B) 301.34º 0.95% 0.93% -
XYZ 49.15 23.87 77.62 -
YUV 103.94 199.71 222.19 -
System Red Green Blue C M Y K H S L
Decimal 236 12 231 0 0.95 0.02 0.07 301.34 0.9 0.49
Hex EC C E7 0 5F 2 7 12D 5A 31
Octal 354 14 347 0 137 2 7 455 132 61
Binary 11101100 1100 11100111 0 1011111 10 111 100101101 1011010 110001

Color Harmonies of #EC0CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0CE7

Black with #EC0CE7

Text Example


Text Example

White with #EC0CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0CE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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