Html Css Color HEX #ED09F4 Magenta

📋 copy color: '#ED09F4'

red 237 ◦ green 9 ◦ blue 244

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

Shades of Magenta #ED09F4

Tints of Magenta #ED09F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 49.8%

R = 48.37%
G = 1.84%
B = 49.8%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ED09F4 (or 0xED09F4) is known color: Magenta. HEX triplet: ED, 09 and F4. RGB value is (237,9,244). Sum of RGB (Red+Green+Blue) = 237+9+244=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 9 (3.91% from 255 or 1.84% from 490); Blue value is 244 (95.70% from 255 or 49.80% from 490); Max value from RGB is 244 - color contains mainly: blue. Hex color #ED09F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED09F4 is #12F60B. Grayscale: #676767. Windows color (decimal): -1242636 or 15993325. OLE color: 15993325.

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

Color convert

RGB 237 9 244 -
CMYK 0.03 0.96 0 0.04
HSL 298.21º 0.93% 0.5% -
HSV(B) 298.21º 0.96% 0.96% -
XYZ 51.35 24.73 87.66 -
YUV 103.96 207.04 222.89 -
System Red Green Blue C M Y K H S L
Decimal 237 9 244 0.03 0.96 0 0.04 298.21 0.93 0.5
Hex ED 9 F4 3 60 0 4 12A 5D 32
Octal 355 11 364 3 140 0 4 452 135 62
Binary 11101101 1001 11110100 11 1100000 0 100 100101010 1011101 110010

Color Harmonies of #ED09F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED09F4

Black with #ED09F4

Text Example


Text Example

White with #ED09F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED09F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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