Html Css Color HEX #EF09FE Magenta

📋 copy color: '#EF09FE'

red 239 ◦ green 9 ◦ blue 254

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

Shades of Magenta #EF09FE

Tints of Magenta #EF09FE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.79%

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

R = 47.61%
G = 1.79%
B = 50.6%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EF09FE (or 0xEF09FE) is known color: Magenta. HEX triplet: EF, 09 and FE. RGB value is (239,9,254). Sum of RGB (Red+Green+Blue) = 239+9+254=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 9 (3.91% from 255 or 1.79% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF09FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF09FE is #10F601. Grayscale: #686868. Windows color (decimal): -1111554 or 16648687. OLE color: 16648687.

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

Color convert

RGB 239 9 254 -
CMYK 0.06 0.96 0 0.00
HSL 296.33º 0.99% 0.52% -
HSV(B) 296.33º 0.96% 1% -
XYZ 53.58 25.7 95.9 -
YUV 105.7 211.7 223.08 -
System Red Green Blue C M Y K H S L
Decimal 239 9 254 0.06 0.96 0 0.00 296.33 0.99 0.52
Hex EF 9 FE 6 60 0 0 128 63 34
Octal 357 11 376 6 140 0 0 450 143 64
Binary 11101111 1001 11111110 110 1100000 0 0 100101000 1100011 110100

Color Harmonies of #EF09FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF09FE

Black with #EF09FE

Text Example


Text Example

White with #EF09FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF09FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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