Html Css Color HEX #ED15E2 Hot Magenta

📋 copy color: '#ED15E2'

red 237 ◦ green 21 ◦ blue 226

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

Shades of Hot Magenta #ED15E2

Tints of Hot Magenta #ED15E2

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.34%

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

R = 48.97%
G = 4.34%
B = 46.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#ED15E2 (or 0xED15E2) is known color: Hot Magenta. HEX triplet: ED, 15 and E2. RGB value is (237,21,226). Sum of RGB (Red+Green+Blue) = 237+21+226=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 21 (8.59% from 255 or 4.34% from 484); Blue value is 226 (88.67% from 255 or 46.69% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #ED15E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED15E2 is #12EA1D. Grayscale: #6C6C6C. Windows color (decimal): -1239582 or 14816749. OLE color: 14816749.

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

Color convert

RGB 237 21 226 -
CMYK 0 0.91 0.05 0.07
HSL 303.06º 0.86% 0.51% -
HSV(B) 303.06º 0.91% 0.93% -
XYZ 48.92 24.03 74.01 -
YUV 108.95 194.06 219.33 -
System Red Green Blue C M Y K H S L
Decimal 237 21 226 0 0.91 0.05 0.07 303.06 0.86 0.51
Hex ED 15 E2 0 5B 5 7 12F 56 33
Octal 355 25 342 0 133 5 7 457 126 63
Binary 11101101 10101 11100010 0 1011011 101 111 100101111 1010110 110011

Color Harmonies of #ED15E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED15E2

Black with #ED15E2

Text Example


Text Example

White with #ED15E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED15E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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