Html Css Color HEX #ED0FE1 Hot Magenta

📋 copy color: '#ED0FE1'

red 237 ◦ green 15 ◦ blue 225

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

Shades of Hot Magenta #ED0FE1

Tints of Hot Magenta #ED0FE1

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.14%

 BLUE value IS 225 (88.28% from 255) = 47.17%

R = 49.69%
G = 3.14%
B = 47.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#ED0FE1 (or 0xED0FE1) is known color: Hot Magenta. HEX triplet: ED, 0F and E1. RGB value is (237,15,225). Sum of RGB (Red+Green+Blue) = 237+15+225=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 15 (6.25% from 255 or 3.14% from 477); Blue value is 225 (88.28% from 255 or 47.17% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0FE1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0FE1 is #12F01E. Grayscale: #686868. Windows color (decimal): -1241119 or 14749677. OLE color: 14749677.

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

Color convert

RGB 237 15 225 -
CMYK 0 0.94 0.05 0.07
HSL 303.24º 0.88% 0.49% -
HSV(B) 303.24º 0.94% 0.93% -
XYZ 48.69 23.78 73.26 -
YUV 105.32 195.55 221.92 -
System Red Green Blue C M Y K H S L
Decimal 237 15 225 0 0.94 0.05 0.07 303.24 0.88 0.49
Hex ED F E1 0 5E 5 7 12F 58 31
Octal 355 17 341 0 136 5 7 457 130 61
Binary 11101101 1111 11100001 0 1011110 101 111 100101111 1011000 110001

Color Harmonies of #ED0FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0FE1

Black with #ED0FE1

Text Example


Text Example

White with #ED0FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0FE1; }

 p { color: rgb(237,15,225); }

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

background-color css

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

 a { background-color: rgb(237,15,225); }

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

border-color css

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

 span { border-color: rgb(237,15,225); }

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