Html Css Color HEX #ED0EF3 Magenta

📋 copy color: '#ED0EF3'

red 237 ◦ green 14 ◦ blue 243

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

Shades of Magenta #ED0EF3

Tints of Magenta #ED0EF3

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.83%

 BLUE value IS 243 (95.31% from 255) = 49.19%

R = 47.98%
G = 2.83%
B = 49.19%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ED0EF3 (or 0xED0EF3) is known color: Magenta. HEX triplet: ED, 0E and F3. RGB value is (237,14,243). Sum of RGB (Red+Green+Blue) = 237+14+243=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 14 (5.86% from 255 or 2.83% from 494); Blue value is 243 (95.31% from 255 or 49.19% from 494); Max value from RGB is 243 - color contains mainly: blue. Hex color #ED0EF3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0EF3 is #12F10C. Grayscale: #6A6A6A. Windows color (decimal): -1241357 or 15929069. OLE color: 15929069.

HSL color Cylindrical-coordinate representation of color #ED0EF3: hue angle of 298.43º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED0EF3 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 14 243 -
CMYK 0.02 0.94 0 0.05
HSL 298.43º 0.91% 0.5% -
HSV(B) 298.43º 0.94% 0.95% -
XYZ 51.26 24.79 86.88 -
YUV 106.78 204.88 220.88 -
System Red Green Blue C M Y K H S L
Decimal 237 14 243 0.02 0.94 0 0.05 298.43 0.91 0.5
Hex ED E F3 2 5E 0 5 12A 5B 32
Octal 355 16 363 2 136 0 5 452 133 62
Binary 11101101 1110 11110011 10 1011110 0 101 100101010 1011011 110010

Color Harmonies of #ED0EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0EF3

Black with #ED0EF3

Text Example


Text Example

White with #ED0EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0EF3; }

 p { color: rgb(237,14,243); }

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

background-color css

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

 a { background-color: rgb(237,14,243); }

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

border-color css

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

 span { border-color: rgb(237,14,243); }

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