Html Css Color HEX #EC0FE5 Magenta

📋 copy color: '#EC0FE5'

red 236 ◦ green 15 ◦ blue 229

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

Shades of Magenta #EC0FE5

Tints of Magenta #EC0FE5

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.13%

 BLUE value IS 229 (89.84% from 255) = 47.71%

R = 49.17%
G = 3.13%
B = 47.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EC0FE5 (or 0xEC0FE5) is known color: Magenta. HEX triplet: EC, 0F and E5. RGB value is (236,15,229). Sum of RGB (Red+Green+Blue) = 236+15+229=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 15 (6.25% from 255 or 3.12% from 480); Blue value is 229 (89.84% from 255 or 47.71% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0FE5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0FE5 is #13F01A. Grayscale: #686868. Windows color (decimal): -1306651 or 15011820. OLE color: 15011820.

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

Color convert

RGB 236 15 229 -
CMYK 0 0.94 0.03 0.07
HSL 301.9º 0.88% 0.49% -
HSV(B) 301.9º 0.94% 0.93% -
XYZ 48.91 23.83 76.15 -
YUV 105.48 197.72 221.1 -
System Red Green Blue C M Y K H S L
Decimal 236 15 229 0 0.94 0.03 0.07 301.9 0.88 0.49
Hex EC F E5 0 5E 3 7 12E 58 31
Octal 354 17 345 0 136 3 7 456 130 61
Binary 11101100 1111 11100101 0 1011110 11 111 100101110 1011000 110001

Color Harmonies of #EC0FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0FE5

Black with #EC0FE5

Text Example


Text Example

White with #EC0FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0FE5; }

 p { color: rgb(236,15,229); }

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

background-color css

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

 a { background-color: rgb(236,15,229); }

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

border-color css

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

 span { border-color: rgb(236,15,229); }

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