Html Css Color HEX #ED18EB Magenta

📋 copy color: '#ED18EB'

red 237 ◦ green 24 ◦ blue 235

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

Shades of Magenta #ED18EB

Tints of Magenta #ED18EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.38%

R = 47.78%
G = 4.84%
B = 47.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ED18EB (or 0xED18EB) is known color: Magenta. HEX triplet: ED, 18 and EB. RGB value is (237,24,235). Sum of RGB (Red+Green+Blue) = 237+24+235=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 24 (9.77% from 255 or 4.84% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #ED18EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED18EB is #12E714. Grayscale: #6F6F6F. Windows color (decimal): -1238805 or 15407341. OLE color: 15407341.

HSL color Cylindrical-coordinate representation of color #ED18EB: hue angle of 300.56º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED18EB is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 24 235 -
CMYK 0 0.90 0.01 0.07
HSL 300.56º 0.86% 0.51% -
HSV(B) 300.56º 0.9% 0.93% -
XYZ 50.25 24.66 80.71 -
YUV 111.74 197.57 217.34 -
System Red Green Blue C M Y K H S L
Decimal 237 24 235 0 0.90 0.01 0.07 300.56 0.86 0.51
Hex ED 18 EB 0 5A 1 7 12D 56 33
Octal 355 30 353 0 132 1 7 455 126 63
Binary 11101101 11000 11101011 0 1011010 1 111 100101101 1010110 110011

Color Harmonies of #ED18EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED18EB

Black with #ED18EB

Text Example


Text Example

White with #ED18EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED18EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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