Html Css Color HEX #EC05E6 Magenta

📋 copy color: '#EC05E6'

red 236 ◦ green 5 ◦ blue 230

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

Shades of Magenta #EC05E6

Tints of Magenta #EC05E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.83%

R = 50.11%
G = 1.06%
B = 48.83%

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

#EC05E6 (or 0xEC05E6) is known color: Magenta. HEX triplet: EC, 05 and E6. RGB value is (236,5,230). Sum of RGB (Red+Green+Blue) = 236+5+230=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 5 (2.34% from 255 or 1.06% from 471); Blue value is 230 (90.23% from 255 or 48.83% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC05E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC05E6 is #13FA19. Grayscale: #636363. Windows color (decimal): -1309210 or 15074796. OLE color: 15074796.

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

Color convert

RGB 236 5 230 -
CMYK 0 0.98 0.03 0.07
HSL 301.56º 0.96% 0.47% -
HSV(B) 301.56º 0.98% 0.93% -
XYZ 48.93 23.65 76.85 -
YUV 99.72 201.53 225.2 -
System Red Green Blue C M Y K H S L
Decimal 236 5 230 0 0.98 0.03 0.07 301.56 0.96 0.47
Hex EC 5 E6 0 62 3 7 12E 60 2F
Octal 354 5 346 0 142 3 7 456 140 57
Binary 11101100 101 11100110 0 1100010 11 111 100101110 1100000 101111

Color Harmonies of #EC05E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC05E6

Black with #EC05E6

Text Example


Text Example

White with #EC05E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC05E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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