Html Css Color HEX #EC05E4 Magenta

📋 copy color: '#EC05E4'

red 236 ◦ green 5 ◦ blue 228

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

Shades of Magenta #EC05E4

Tints of Magenta #EC05E4

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.07%

 BLUE value IS 228 (89.45% from 255) = 48.61%

R = 50.32%
G = 1.07%
B = 48.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EC05E4 (or 0xEC05E4) is known color: Magenta. HEX triplet: EC, 05 and E4. RGB value is (236,5,228). Sum of RGB (Red+Green+Blue) = 236+5+228=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 5 (2.34% from 255 or 1.07% from 469); Blue value is 228 (89.45% from 255 or 48.61% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC05E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC05E4 is #13FA1B. Grayscale: #626262. Windows color (decimal): -1309212 or 14943724. OLE color: 14943724.

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

Color convert

RGB 236 5 228 -
CMYK 0 0.98 0.03 0.07
HSL 302.08º 0.96% 0.47% -
HSV(B) 302.08º 0.98% 0.93% -
XYZ 48.65 23.54 75.38 -
YUV 99.49 200.53 225.37 -
System Red Green Blue C M Y K H S L
Decimal 236 5 228 0 0.98 0.03 0.07 302.08 0.96 0.47
Hex EC 5 E4 0 62 3 7 12E 60 2F
Octal 354 5 344 0 142 3 7 456 140 57
Binary 11101100 101 11100100 0 1100010 11 111 100101110 1100000 101111

Color Harmonies of #EC05E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC05E4

Black with #EC05E4

Text Example


Text Example

White with #EC05E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC05E4; }

 p { color: rgb(236,5,228); }

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

background-color css

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

 a { background-color: rgb(236,5,228); }

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

border-color css

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

 span { border-color: rgb(236,5,228); }

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