Html Css Color HEX #EC00D7 Hot Magenta

📋 copy color: '#EC00D7'

red 236 ◦ green 0 ◦ blue 215

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

Shades of Hot Magenta #EC00D7

Tints of Hot Magenta #EC00D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 47.67%

R = 52.33%
G = 0%
B = 47.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EC00D7 (or 0xEC00D7) is known color: Hot Magenta. HEX triplet: EC, 00 and D7. RGB value is (236,0,215). Sum of RGB (Red+Green+Blue) = 236+0+215=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 0 (0.39% from 255 or 0% from 451); Blue value is 215 (84.38% from 255 or 47.67% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC00D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC00D7 is #13FF28. Grayscale: #5E5E5E. Windows color (decimal): -1310505 or 14090476. OLE color: 14090476.

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

Color convert

RGB 236 0 215 -
CMYK 0 1 0.09 0.07
HSL 305.34º 1% 0.46% -
HSV(B) 305.34º 1% 0.93% -
XYZ 46.86 22.74 66.21 -
YUV 95.07 195.69 228.52 -
System Red Green Blue C M Y K H S L
Decimal 236 0 215 0 1 0.09 0.07 305.34 1 0.46
Hex EC 0 D7 0 64 9 7 131 64 2E
Octal 354 0 327 0 144 11 7 461 144 56
Binary 11101100 0 11010111 0 1100100 1001 111 100110001 1100100 101110

Color Harmonies of #EC00D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC00D7

Black with #EC00D7

Text Example


Text Example

White with #EC00D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC00D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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