Html Css Color HEX #EC00DD Hot Magenta

📋 copy color: '#EC00DD'

red 236 ◦ green 0 ◦ blue 221

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

Shades of Hot Magenta #EC00DD

Tints of Hot Magenta #EC00DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.36%

R = 51.64%
G = 0%
B = 48.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC00DD (or 0xEC00DD) is known color: Hot Magenta. HEX triplet: EC, 00 and DD. RGB value is (236,0,221). Sum of RGB (Red+Green+Blue) = 236+0+221=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 0 (0.39% from 255 or 0% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC00DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC00DD is #13FF22. Grayscale: #5F5F5F. Windows color (decimal): -1310499 or 14483692. OLE color: 14483692.

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

Color convert

RGB 236 0 221 -
CMYK 0 1 0.06 0.07
HSL 303.81º 1% 0.46% -
HSV(B) 303.81º 1% 0.93% -
XYZ 47.64 23.05 70.35 -
YUV 95.76 198.69 228.03 -
System Red Green Blue C M Y K H S L
Decimal 236 0 221 0 1 0.06 0.07 303.81 1 0.46
Hex EC 0 DD 0 64 6 7 130 64 2E
Octal 354 0 335 0 144 6 7 460 144 56
Binary 11101100 0 11011101 0 1100100 110 111 100110000 1100100 101110

Color Harmonies of #EC00DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC00DD

Black with #EC00DD

Text Example


Text Example

White with #EC00DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC00DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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