Html Css Color HEX #EF00E1 Hot Magenta

📋 copy color: '#EF00E1'

red 239 ◦ green 0 ◦ blue 225

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

Shades of Hot Magenta #EF00E1

Tints of Hot Magenta #EF00E1

RGB

 RED value IS 239 (93.75% from 255) = 51.51%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.51%
G = 0%
B = 48.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EF00E1 (or 0xEF00E1) is known color: Hot Magenta. HEX triplet: EF, 00 and E1. RGB value is (239,0,225). Sum of RGB (Red+Green+Blue) = 239+0+225=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 0 (0.39% from 255 or 0% from 464); Blue value is 225 (88.28% from 255 or 48.49% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF00E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF00E1 is #10FF1E. Grayscale: #606060. Windows color (decimal): -1113887 or 14745839. OLE color: 14745839.

HSL color Cylindrical-coordinate representation of color #EF00E1: hue angle of 303.51º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF00E1 is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 0 225 -
CMYK 0 1 0.06 0.06
HSL 303.51º 1% 0.47% -
HSV(B) 303.51º 1% 0.94% -
XYZ 49.19 23.79 73.23 -
YUV 97.11 200.18 229.2 -
System Red Green Blue C M Y K H S L
Decimal 239 0 225 0 1 0.06 0.06 303.51 1 0.47
Hex EF 0 E1 0 64 6 6 130 64 2F
Octal 357 0 341 0 144 6 6 460 144 57
Binary 11101111 0 11100001 0 1100100 110 110 100110000 1100100 101111

Color Harmonies of #EF00E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF00E1

Black with #EF00E1

Text Example


Text Example

White with #EF00E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF00E1; }

 p { color: rgb(239,0,225); }

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

background-color css

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

 a { background-color: rgb(239,0,225); }

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

border-color css

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

 span { border-color: rgb(239,0,225); }

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