Html Css Color HEX #EC00C9 Hot Magenta

📋 copy color: '#EC00C9'

red 236 ◦ green 0 ◦ blue 201

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

Shades of Hot Magenta #EC00C9

Tints of Hot Magenta #EC00C9

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 201 (78.91% from 255) = 46%

R = 54%
G = 0%
B = 46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EC00C9 (or 0xEC00C9) is known color: Hot Magenta. HEX triplet: EC, 00 and C9. RGB value is (236,0,201). Sum of RGB (Red+Green+Blue) = 236+0+201=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 0 (0.39% from 255 or 0% from 437); Blue value is 201 (78.91% from 255 or 46.00% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC00C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC00C9 is #13FF36. Grayscale: #5C5C5C. Windows color (decimal): -1310519 or 13172972. OLE color: 13172972.

HSL color Cylindrical-coordinate representation of color #EC00C9: hue angle of 308.9º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC00C9 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 0 201 -
CMYK 0 1 0.15 0.07
HSL 308.9º 1% 0.46% -
HSV(B) 308.9º 1% 0.93% -
XYZ 45.13 22.05 57.14 -
YUV 93.48 188.69 229.66 -
System Red Green Blue C M Y K H S L
Decimal 236 0 201 0 1 0.15 0.07 308.9 1 0.46
Hex EC 0 C9 0 64 F 7 135 64 2E
Octal 354 0 311 0 144 17 7 465 144 56
Binary 11101100 0 11001001 0 1100100 1111 111 100110101 1100100 101110

Color Harmonies of #EC00C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC00C9

Black with #EC00C9

Text Example


Text Example

White with #EC00C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC00C9; }

 p { color: rgb(236,0,201); }

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

background-color css

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

 a { background-color: rgb(236,0,201); }

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

border-color css

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

 span { border-color: rgb(236,0,201); }

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