Html Css Color HEX #ED18F2 Magenta

📋 copy color: '#ED18F2'

red 237 ◦ green 24 ◦ blue 242

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

Shades of Magenta #ED18F2

Tints of Magenta #ED18F2

RGB

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

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

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

R = 47.12%
G = 4.77%
B = 48.11%

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

#ED18F2 (or 0xED18F2) is known color: Magenta. HEX triplet: ED, 18 and F2. RGB value is (237,24,242). Sum of RGB (Red+Green+Blue) = 237+24+242=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 24 (9.77% from 255 or 4.77% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #ED18F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED18F2 is #12E70D. Grayscale: #6F6F6F. Windows color (decimal): -1238798 or 15866093. OLE color: 15866093.

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

Color convert

RGB 237 24 242 -
CMYK 0.02 0.90 0 0.05
HSL 298.62º 0.89% 0.52% -
HSV(B) 298.62º 0.9% 0.95% -
XYZ 51.28 25.07 86.14 -
YUV 112.54 201.07 216.77 -
System Red Green Blue C M Y K H S L
Decimal 237 24 242 0.02 0.90 0 0.05 298.62 0.89 0.52
Hex ED 18 F2 2 5A 0 5 12B 59 34
Octal 355 30 362 2 132 0 5 453 131 64
Binary 11101101 11000 11110010 10 1011010 0 101 100101011 1011001 110100

Color Harmonies of #ED18F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED18F2

Black with #ED18F2

Text Example


Text Example

White with #ED18F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED18F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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