Html Css Color HEX #EC00CF Hot Magenta

📋 copy color: '#EC00CF'

red 236 ◦ green 0 ◦ blue 207

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

Shades of Hot Magenta #EC00CF

Tints of Hot Magenta #EC00CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.73%

R = 53.27%
G = 0%
B = 46.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EC00CF (or 0xEC00CF) is known color: Hot Magenta. HEX triplet: EC, 00 and CF. RGB value is (236,0,207). Sum of RGB (Red+Green+Blue) = 236+0+207=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 0 (0.39% from 255 or 0% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC00CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC00CF is #13FF30. Grayscale: #5D5D5D. Windows color (decimal): -1310513 or 13566188. OLE color: 13566188.

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

Color convert

RGB 236 0 207 -
CMYK 0 1 0.12 0.07
HSL 307.37º 1% 0.46% -
HSV(B) 307.37º 1% 0.93% -
XYZ 45.85 22.34 60.93 -
YUV 94.16 191.69 229.17 -
System Red Green Blue C M Y K H S L
Decimal 236 0 207 0 1 0.12 0.07 307.37 1 0.46
Hex EC 0 CF 0 64 C 7 133 64 2E
Octal 354 0 317 0 144 14 7 463 144 56
Binary 11101100 0 11001111 0 1100100 1100 111 100110011 1100100 101110

Color Harmonies of #EC00CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC00CF

Black with #EC00CF

Text Example


Text Example

White with #EC00CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC00CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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