Html Css Color HEX #EF1EFF Magenta

📋 copy color: '#EF1EFF'

red 239 ◦ green 30 ◦ blue 255

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

Shades of Magenta #EF1EFF

Tints of Magenta #EF1EFF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 5.73%

 BLUE value IS 255 (100% from 255) = 48.66%

R = 45.61%
G = 5.73%
B = 48.66%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF1EFF (or 0xEF1EFF) is known color: Magenta. HEX triplet: EF, 1E and FF. RGB value is (239,30,255). Sum of RGB (Red+Green+Blue) = 239+30+255=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 30 (12.11% from 255 or 5.73% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF1EFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1EFF is #10E100. Grayscale: #757575. Windows color (decimal): -1106177 or 16719599. OLE color: 16719599.

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

Color convert

RGB 239 30 255 -
CMYK 0.06 0.88 0 0
HSL 295.73º 1% 0.56% -
HSV(B) 295.73º 0.88% 1% -
XYZ 54.11 26.5 96.87 -
YUV 118.14 205.24 214.2 -
System Red Green Blue C M Y K H S L
Decimal 239 30 255 0.06 0.88 0 0 295.73 1 0.56
Hex EF 1E FF 6 58 0 0 128 64 38
Octal 357 36 377 6 130 0 0 450 144 70
Binary 11101111 11110 11111111 110 1011000 0 0 100101000 1100100 111000

Color Harmonies of #EF1EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1EFF

Black with #EF1EFF

Text Example


Text Example

White with #EF1EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1EFF; }

 p { color: rgb(239,30,255); }

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

background-color css

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

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

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

border-color css

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

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

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