Html Css Color HEX #ED0EF2 Magenta

📋 copy color: '#ED0EF2'

red 237 ◦ green 14 ◦ blue 242

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

Shades of Magenta #ED0EF2

Tints of Magenta #ED0EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 49.09%

R = 48.07%
G = 2.84%
B = 49.09%

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

#ED0EF2 (or 0xED0EF2) is known color: Magenta. HEX triplet: ED, 0E and F2. RGB value is (237,14,242). Sum of RGB (Red+Green+Blue) = 237+14+242=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 14 (5.86% from 255 or 2.84% from 493); Blue value is 242 (94.92% from 255 or 49.09% from 493); Max value from RGB is 242 - color contains mainly: blue. Hex color #ED0EF2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0EF2 is #12F10D. Grayscale: #696969. Windows color (decimal): -1241358 or 15863533. OLE color: 15863533.

HSL color Cylindrical-coordinate representation of color #ED0EF2: hue angle of 298.68º degrees, saturation: 0.9, 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 #ED0EF2 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 14 242 -
CMYK 0.02 0.94 0 0.05
HSL 298.68º 0.9% 0.5% -
HSV(B) 298.68º 0.94% 0.95% -
XYZ 51.11 24.73 86.08 -
YUV 106.67 204.38 220.96 -
System Red Green Blue C M Y K H S L
Decimal 237 14 242 0.02 0.94 0 0.05 298.68 0.9 0.5
Hex ED E F2 2 5E 0 5 12B 5A 32
Octal 355 16 362 2 136 0 5 453 132 62
Binary 11101101 1110 11110010 10 1011110 0 101 100101011 1011010 110010

Color Harmonies of #ED0EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0EF2

Black with #ED0EF2

Text Example


Text Example

White with #ED0EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0EF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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