Html Css Color HEX #EF01EF Magenta

📋 copy color: '#EF01EF'

red 239 ◦ green 1 ◦ blue 239

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

Shades of Magenta #EF01EF

Tints of Magenta #EF01EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.9%

R = 49.9%
G = 0.21%
B = 49.9%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EF01EF (or 0xEF01EF) is known color: Magenta. HEX triplet: EF, 01 and EF. RGB value is (239,1,239). Sum of RGB (Red+Green+Blue) = 239+1+239=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 1 (0.78% from 255 or 0.21% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF01EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF01EF is #10FE10. Grayscale: #626262. Windows color (decimal): -1113617 or 15663599. OLE color: 15663599.

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

Color convert

RGB 239 1 239 -
CMYK 0 1.00 0 0.06
HSL 300º 0.99% 0.47% -
HSV(B) 300º 1% 0.94% -
XYZ 51.19 24.6 83.71 -
YUV 99.29 206.85 227.65 -
System Red Green Blue C M Y K H S L
Decimal 239 1 239 0 1.00 0 0.06 300 0.99 0.47
Hex EF 1 EF 0 64 0 6 12C 63 2F
Octal 357 1 357 0 144 0 6 454 143 57
Binary 11101111 1 11101111 0 1100100 0 110 100101100 1100011 101111

Color Harmonies of #EF01EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF01EF

Black with #EF01EF

Text Example


Text Example

White with #EF01EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF01EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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