Html Css Color HEX #ED16DD Hot Magenta

📋 copy color: '#ED16DD'

red 237 ◦ green 22 ◦ blue 221

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

Shades of Hot Magenta #ED16DD

Tints of Hot Magenta #ED16DD

RGB

 RED value IS 237 (92.97% from 255) = 49.38%

 GREEN value IS 22 (8.98% from 255) = 4.58%

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

R = 49.38%
G = 4.58%
B = 46.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED16DD (or 0xED16DD) is known color: Hot Magenta. HEX triplet: ED, 16 and DD. RGB value is (237,22,221). Sum of RGB (Red+Green+Blue) = 237+22+221=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 22 (8.98% from 255 or 4.58% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #ED16DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED16DD is #12E922. Grayscale: #6C6C6C. Windows color (decimal): -1239331 or 14489325. OLE color: 14489325.

HSL color Cylindrical-coordinate representation of color #ED16DD: hue angle of 304.47º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED16DD is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 22 221 -
CMYK 0 0.91 0.07 0.07
HSL 304.47º 0.86% 0.51% -
HSV(B) 304.47º 0.91% 0.93% -
XYZ 48.26 23.8 70.46 -
YUV 108.97 191.23 219.32 -
System Red Green Blue C M Y K H S L
Decimal 237 22 221 0 0.91 0.07 0.07 304.47 0.86 0.51
Hex ED 16 DD 0 5B 7 7 130 56 33
Octal 355 26 335 0 133 7 7 460 126 63
Binary 11101101 10110 11011101 0 1011011 111 111 100110000 1010110 110011

Color Harmonies of #ED16DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED16DD

Black with #ED16DD

Text Example


Text Example

White with #ED16DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED16DD; }

 p { color: rgb(237,22,221); }

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

background-color css

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

 a { background-color: rgb(237,22,221); }

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

border-color css

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

 span { border-color: rgb(237,22,221); }

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