Html Css Color HEX #EF01E4 Magenta

📋 copy color: '#EF01E4'

red 239 ◦ green 1 ◦ blue 228

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

Shades of Magenta #EF01E4

Tints of Magenta #EF01E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 48.72%

R = 51.07%
G = 0.21%
B = 48.72%

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

#EF01E4 (or 0xEF01E4) is known color: Magenta. HEX triplet: EF, 01 and E4. RGB value is (239,1,228). Sum of RGB (Red+Green+Blue) = 239+1+228=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 1 (0.78% from 255 or 0.21% from 468); Blue value is 228 (89.45% from 255 or 48.72% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF01E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF01E4 is #10FE1B. Grayscale: #616161. Windows color (decimal): -1113628 or 14942703. OLE color: 14942703.

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

Color convert

RGB 239 1 228 -
CMYK 0 1.00 0.05 0.06
HSL 302.77º 0.99% 0.47% -
HSV(B) 302.77º 1% 0.94% -
XYZ 49.61 23.97 75.41 -
YUV 98.04 201.35 228.54 -
System Red Green Blue C M Y K H S L
Decimal 239 1 228 0 1.00 0.05 0.06 302.77 0.99 0.47
Hex EF 1 E4 0 64 5 6 12F 63 2F
Octal 357 1 344 0 144 5 6 457 143 57
Binary 11101111 1 11100100 0 1100100 101 110 100101111 1100011 101111

Color Harmonies of #EF01E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF01E4

Black with #EF01E4

Text Example


Text Example

White with #EF01E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF01E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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