Html Css Color HEX #ED09E3 Hot Magenta

📋 copy color: '#ED09E3'

red 237 ◦ green 9 ◦ blue 227

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

Shades of Hot Magenta #ED09E3

Tints of Hot Magenta #ED09E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 47.99%

R = 50.11%
G = 1.9%
B = 47.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#ED09E3 (or 0xED09E3) is known color: Hot Magenta. HEX triplet: ED, 09 and E3. RGB value is (237,9,227). Sum of RGB (Red+Green+Blue) = 237+9+227=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 9 (3.91% from 255 or 1.90% from 473); Blue value is 227 (89.06% from 255 or 47.99% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #ED09E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED09E3 is #12F61C. Grayscale: #656565. Windows color (decimal): -1242653 or 14879213. OLE color: 14879213.

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

Color convert

RGB 237 9 227 -
CMYK 0 0.96 0.04 0.07
HSL 302.63º 0.93% 0.48% -
HSV(B) 302.63º 0.96% 0.93% -
XYZ 48.89 23.75 74.68 -
YUV 102.02 198.54 224.27 -
System Red Green Blue C M Y K H S L
Decimal 237 9 227 0 0.96 0.04 0.07 302.63 0.93 0.48
Hex ED 9 E3 0 60 4 7 12F 5D 30
Octal 355 11 343 0 140 4 7 457 135 60
Binary 11101101 1001 11100011 0 1100000 100 111 100101111 1011101 110000

Color Harmonies of #ED09E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED09E3

Black with #ED09E3

Text Example


Text Example

White with #ED09E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED09E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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