Html Css Color HEX #ED09E2 Hot Magenta

📋 copy color: '#ED09E2'

red 237 ◦ green 9 ◦ blue 226

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

Shades of Hot Magenta #ED09E2

Tints of Hot Magenta #ED09E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 47.88%

R = 50.21%
G = 1.91%
B = 47.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#ED09E2 (or 0xED09E2) is known color: Hot Magenta. HEX triplet: ED, 09 and E2. RGB value is (237,9,226). Sum of RGB (Red+Green+Blue) = 237+9+226=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 9 (3.91% from 255 or 1.91% from 472); Blue value is 226 (88.67% from 255 or 47.88% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED09E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED09E2 is #12F61D. Grayscale: #656565. Windows color (decimal): -1242654 or 14813677. OLE color: 14813677.

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

Color convert

RGB 237 9 226 -
CMYK 0 0.96 0.05 0.07
HSL 302.89º 0.93% 0.48% -
HSV(B) 302.89º 0.96% 0.93% -
XYZ 48.75 23.69 73.95 -
YUV 101.91 198.04 224.36 -
System Red Green Blue C M Y K H S L
Decimal 237 9 226 0 0.96 0.05 0.07 302.89 0.93 0.48
Hex ED 9 E2 0 60 5 7 12F 5D 30
Octal 355 11 342 0 140 5 7 457 135 60
Binary 11101101 1001 11100010 0 1100000 101 111 100101111 1011101 110000

Color Harmonies of #ED09E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED09E2

Black with #ED09E2

Text Example


Text Example

White with #ED09E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED09E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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