Html Css Color HEX #EF01E8 Magenta

📋 copy color: '#EF01E8'

red 239 ◦ green 1 ◦ blue 232

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

Shades of Magenta #EF01E8

Tints of Magenta #EF01E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 49.15%

R = 50.64%
G = 0.21%
B = 49.15%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EF01E8 (or 0xEF01E8) is known color: Magenta. HEX triplet: EF, 01 and E8. RGB value is (239,1,232). Sum of RGB (Red+Green+Blue) = 239+1+232=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 1 (0.78% from 255 or 0.21% from 472); Blue value is 232 (91.02% from 255 or 49.15% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF01E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF01E8 is #10FE17. Grayscale: #616161. Windows color (decimal): -1113624 or 15204847. OLE color: 15204847.

HSL color Cylindrical-coordinate representation of color #EF01E8: hue angle of 301.76º 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 #EF01E8 is Cyan = 0, Magento = 1.00, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 1 232 -
CMYK 0 1.00 0.03 0.06
HSL 301.76º 0.99% 0.47% -
HSV(B) 301.76º 1% 0.94% -
XYZ 50.17 24.2 78.37 -
YUV 98.5 203.35 228.22 -
System Red Green Blue C M Y K H S L
Decimal 239 1 232 0 1.00 0.03 0.06 301.76 0.99 0.47
Hex EF 1 E8 0 64 3 6 12E 63 2F
Octal 357 1 350 0 144 3 6 456 143 57
Binary 11101111 1 11101000 0 1100100 11 110 100101110 1100011 101111

Color Harmonies of #EF01E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF01E8

Black with #EF01E8

Text Example


Text Example

White with #EF01E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF01E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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