Html Css Color HEX #EC02DD Hot Magenta

📋 copy color: '#EC02DD'

red 236 ◦ green 2 ◦ blue 221

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

Shades of Hot Magenta #EC02DD

Tints of Hot Magenta #EC02DD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.44%

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

R = 51.42%
G = 0.44%
B = 48.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC02DD (or 0xEC02DD) is known color: Hot Magenta. HEX triplet: EC, 02 and DD. RGB value is (236,2,221). Sum of RGB (Red+Green+Blue) = 236+2+221=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 2 (1.17% from 255 or 0.44% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC02DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC02DD is #13FD22. Grayscale: #606060. Windows color (decimal): -1309987 or 14484204. OLE color: 14484204.

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

Color convert

RGB 236 2 221 -
CMYK 0 0.99 0.06 0.07
HSL 303.85º 0.98% 0.47% -
HSV(B) 303.85º 0.99% 0.93% -
XYZ 47.66 23.1 70.35 -
YUV 96.93 198.02 227.19 -
System Red Green Blue C M Y K H S L
Decimal 236 2 221 0 0.99 0.06 0.07 303.85 0.98 0.47
Hex EC 2 DD 0 63 6 7 130 62 2F
Octal 354 2 335 0 143 6 7 460 142 57
Binary 11101100 10 11011101 0 1100011 110 111 100110000 1100010 101111

Color Harmonies of #EC02DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC02DD

Black with #EC02DD

Text Example


Text Example

White with #EC02DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC02DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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