Html Css Color HEX #ED18E2 Hot Magenta

📋 copy color: '#ED18E2'

red 237 ◦ green 24 ◦ blue 226

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

Shades of Hot Magenta #ED18E2

Tints of Hot Magenta #ED18E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 46.41%

R = 48.67%
G = 4.93%
B = 46.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#ED18E2 (or 0xED18E2) is known color: Hot Magenta. HEX triplet: ED, 18 and E2. RGB value is (237,24,226). Sum of RGB (Red+Green+Blue) = 237+24+226=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 24 (9.77% from 255 or 4.93% from 487); Blue value is 226 (88.67% from 255 or 46.41% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #ED18E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED18E2 is #12E71D. Grayscale: #6E6E6E. Windows color (decimal): -1238814 or 14817517. OLE color: 14817517.

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

Color convert

RGB 237 24 226 -
CMYK 0 0.90 0.05 0.07
HSL 303.1º 0.86% 0.51% -
HSV(B) 303.1º 0.9% 0.93% -
XYZ 48.98 24.15 74.03 -
YUV 110.72 193.07 218.07 -
System Red Green Blue C M Y K H S L
Decimal 237 24 226 0 0.90 0.05 0.07 303.1 0.86 0.51
Hex ED 18 E2 0 5A 5 7 12F 56 33
Octal 355 30 342 0 132 5 7 457 126 63
Binary 11101101 11000 11100010 0 1011010 101 111 100101111 1010110 110011

Color Harmonies of #ED18E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED18E2

Black with #ED18E2

Text Example


Text Example

White with #ED18E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED18E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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