Html Css Color HEX #EC07DD Hot Magenta

📋 copy color: '#EC07DD'

red 236 ◦ green 7 ◦ blue 221

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

Shades of Hot Magenta #EC07DD

Tints of Hot Magenta #EC07DD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.51%

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

R = 50.86%
G = 1.51%
B = 47.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC07DD (or 0xEC07DD) is known color: Hot Magenta. HEX triplet: EC, 07 and DD. RGB value is (236,7,221). Sum of RGB (Red+Green+Blue) = 236+7+221=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 7 (3.12% from 255 or 1.51% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC07DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC07DD is #13F822. Grayscale: #636363. Windows color (decimal): -1308707 or 14485484. OLE color: 14485484.

HSL color Cylindrical-coordinate representation of color #EC07DD: hue angle of 303.93º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC07DD is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 7 221 -
CMYK 0 0.97 0.06 0.07
HSL 303.93º 0.94% 0.48% -
HSV(B) 303.93º 0.97% 0.93% -
XYZ 47.72 23.21 70.37 -
YUV 99.87 196.37 225.1 -
System Red Green Blue C M Y K H S L
Decimal 236 7 221 0 0.97 0.06 0.07 303.93 0.94 0.48
Hex EC 7 DD 0 61 6 7 130 5E 30
Octal 354 7 335 0 141 6 7 460 136 60
Binary 11101100 111 11011101 0 1100001 110 111 100110000 1011110 110000

Color Harmonies of #EC07DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC07DD

Black with #EC07DD

Text Example


Text Example

White with #EC07DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC07DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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