Html Css Color HEX #ED18F1 Magenta

📋 copy color: '#ED18F1'

red 237 ◦ green 24 ◦ blue 241

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

Shades of Magenta #ED18F1

Tints of Magenta #ED18F1

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.78%

 BLUE value IS 241 (94.53% from 255) = 48.01%

R = 47.21%
G = 4.78%
B = 48.01%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ED18F1 (or 0xED18F1) is known color: Magenta. HEX triplet: ED, 18 and F1. RGB value is (237,24,241). Sum of RGB (Red+Green+Blue) = 237+24+241=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 24 (9.77% from 255 or 4.78% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 241 - color contains mainly: blue. Hex color #ED18F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED18F1 is #12E70E. Grayscale: #6F6F6F. Windows color (decimal): -1238799 or 15800557. OLE color: 15800557.

HSL color Cylindrical-coordinate representation of color #ED18F1: hue angle of 298.89º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED18F1 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 24 241 -
CMYK 0.02 0.90 0 0.05
HSL 298.89º 0.89% 0.52% -
HSV(B) 298.89º 0.9% 0.95% -
XYZ 51.13 25.01 85.35 -
YUV 112.43 200.57 216.86 -
System Red Green Blue C M Y K H S L
Decimal 237 24 241 0.02 0.90 0 0.05 298.89 0.89 0.52
Hex ED 18 F1 2 5A 0 5 12B 59 34
Octal 355 30 361 2 132 0 5 453 131 64
Binary 11101101 11000 11110001 10 1011010 0 101 100101011 1011001 110100

Color Harmonies of #ED18F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED18F1

Black with #ED18F1

Text Example


Text Example

White with #ED18F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED18F1; }

 p { color: rgb(237,24,241); }

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

background-color css

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

 a { background-color: rgb(237,24,241); }

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

border-color css

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

 span { border-color: rgb(237,24,241); }

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