Html Css Color HEX #EF01E3 Hot Magenta

📋 copy color: '#EF01E3'

red 239 ◦ green 1 ◦ blue 227

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

Shades of Hot Magenta #EF01E3

Tints of Hot Magenta #EF01E3

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.21%

 BLUE value IS 227 (89.06% from 255) = 48.61%

R = 51.18%
G = 0.21%
B = 48.61%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EF01E3 (or 0xEF01E3) is known color: Hot Magenta. HEX triplet: EF, 01 and E3. RGB value is (239,1,227). Sum of RGB (Red+Green+Blue) = 239+1+227=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 1 (0.78% from 255 or 0.21% from 467); Blue value is 227 (89.06% from 255 or 48.61% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF01E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF01E3 is #10FE1C. Grayscale: #616161. Windows color (decimal): -1113629 or 14877167. OLE color: 14877167.

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

Color convert

RGB 239 1 227 -
CMYK 0 1.00 0.05 0.06
HSL 303.03º 0.99% 0.47% -
HSV(B) 303.03º 1% 0.94% -
XYZ 49.47 23.92 74.68 -
YUV 97.93 200.85 228.62 -
System Red Green Blue C M Y K H S L
Decimal 239 1 227 0 1.00 0.05 0.06 303.03 0.99 0.47
Hex EF 1 E3 0 64 5 6 12F 63 2F
Octal 357 1 343 0 144 5 6 457 143 57
Binary 11101111 1 11100011 0 1100100 101 110 100101111 1100011 101111

Color Harmonies of #EF01E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF01E3

Black with #EF01E3

Text Example


Text Example

White with #EF01E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF01E3; }

 p { color: rgb(239,1,227); }

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

background-color css

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

 a { background-color: rgb(239,1,227); }

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

border-color css

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

 span { border-color: rgb(239,1,227); }

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