Html Css Color HEX #ED09DD Hot Magenta

📋 copy color: '#ED09DD'

red 237 ◦ green 9 ◦ blue 221

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

Shades of Hot Magenta #ED09DD

Tints of Hot Magenta #ED09DD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.93%

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

R = 50.75%
G = 1.93%
B = 47.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED09DD (or 0xED09DD) is known color: Hot Magenta. HEX triplet: ED, 09 and DD. RGB value is (237,9,221). Sum of RGB (Red+Green+Blue) = 237+9+221=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 9 (3.91% from 255 or 1.93% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #ED09DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED09DD is #12F622. Grayscale: #646464. Windows color (decimal): -1242659 or 14485997. OLE color: 14485997.

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

Color convert

RGB 237 9 221 -
CMYK 0 0.96 0.07 0.07
HSL 304.21º 0.93% 0.48% -
HSV(B) 304.21º 0.96% 0.93% -
XYZ 48.07 23.42 70.39 -
YUV 101.34 195.54 224.76 -
System Red Green Blue C M Y K H S L
Decimal 237 9 221 0 0.96 0.07 0.07 304.21 0.93 0.48
Hex ED 9 DD 0 60 7 7 130 5D 30
Octal 355 11 335 0 140 7 7 460 135 60
Binary 11101101 1001 11011101 0 1100000 111 111 100110000 1011101 110000

Color Harmonies of #ED09DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED09DD

Black with #ED09DD

Text Example


Text Example

White with #ED09DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED09DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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