Html Css Color HEX #EC05EB Magenta

📋 copy color: '#EC05EB'

red 236 ◦ green 5 ◦ blue 235

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

Shades of Magenta #EC05EB

Tints of Magenta #EC05EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.37%

R = 49.58%
G = 1.05%
B = 49.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EC05EB (or 0xEC05EB) is known color: Magenta. HEX triplet: EC, 05 and EB. RGB value is (236,5,235). Sum of RGB (Red+Green+Blue) = 236+5+235=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 5 (2.34% from 255 or 1.05% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC05EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC05EB is #13FA14. Grayscale: #636363. Windows color (decimal): -1309205 or 15402476. OLE color: 15402476.

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

Color convert

RGB 236 5 235 -
CMYK 0 0.98 0.00 0.07
HSL 300.26º 0.96% 0.47% -
HSV(B) 300.26º 0.98% 0.93% -
XYZ 49.64 23.94 80.6 -
YUV 100.29 204.03 224.8 -
System Red Green Blue C M Y K H S L
Decimal 236 5 235 0 0.98 0.00 0.07 300.26 0.96 0.47
Hex EC 5 EB 0 62 0 7 12C 60 2F
Octal 354 5 353 0 142 0 7 454 140 57
Binary 11101100 101 11101011 0 1100010 0 111 100101100 1100000 101111

Color Harmonies of #EC05EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC05EB

Black with #EC05EB

Text Example


Text Example

White with #EC05EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC05EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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