Html Css Color HEX #EC05CE Hot Magenta

📋 copy color: '#EC05CE'

red 236 ◦ green 5 ◦ blue 206

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

Shades of Hot Magenta #EC05CE

Tints of Hot Magenta #EC05CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.09%

R = 52.8%
G = 1.12%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EC05CE (or 0xEC05CE) is known color: Hot Magenta. HEX triplet: EC, 05 and CE. RGB value is (236,5,206). Sum of RGB (Red+Green+Blue) = 236+5+206=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 5 (2.34% from 255 or 1.12% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC05CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC05CE is #13FA31. Grayscale: #606060. Windows color (decimal): -1309234 or 13501932. OLE color: 13501932.

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

Color convert

RGB 236 5 206 -
CMYK 0 0.98 0.13 0.07
HSL 307.79º 0.96% 0.47% -
HSV(B) 307.79º 0.98% 0.93% -
XYZ 45.79 22.4 60.3 -
YUV 96.98 189.53 227.16 -
System Red Green Blue C M Y K H S L
Decimal 236 5 206 0 0.98 0.13 0.07 307.79 0.96 0.47
Hex EC 5 CE 0 62 D 7 134 60 2F
Octal 354 5 316 0 142 15 7 464 140 57
Binary 11101100 101 11001110 0 1100010 1101 111 100110100 1100000 101111

Color Harmonies of #EC05CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC05CE

Black with #EC05CE

Text Example


Text Example

White with #EC05CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC05CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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