Html Css Color HEX #EF1EFE Magenta

📋 copy color: '#EF1EFE'

red 239 ◦ green 30 ◦ blue 254

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

Shades of Magenta #EF1EFE

Tints of Magenta #EF1EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.57%

R = 45.7%
G = 5.74%
B = 48.57%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EF1EFE (or 0xEF1EFE) is known color: Magenta. HEX triplet: EF, 1E and FE. RGB value is (239,30,254). Sum of RGB (Red+Green+Blue) = 239+30+254=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 30 (12.11% from 255 or 5.74% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF1EFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1EFE is #10E101. Grayscale: #757575. Windows color (decimal): -1106178 or 16654063. OLE color: 16654063.

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

Color convert

RGB 239 30 254 -
CMYK 0.06 0.88 0 0.00
HSL 295.98º 0.99% 0.56% -
HSV(B) 295.98º 0.88% 1% -
XYZ 53.95 26.44 96.02 -
YUV 118.03 204.74 214.29 -
System Red Green Blue C M Y K H S L
Decimal 239 30 254 0.06 0.88 0 0.00 295.98 0.99 0.56
Hex EF 1E FE 6 58 0 0 128 63 38
Octal 357 36 376 6 130 0 0 450 143 70
Binary 11101111 11110 11111110 110 1011000 0 0 100101000 1100011 111000

Color Harmonies of #EF1EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1EFE

Black with #EF1EFE

Text Example


Text Example

White with #EF1EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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