Html Css Color HEX #EF02FE Magenta

📋 copy color: '#EF02FE'

red 239 ◦ green 2 ◦ blue 254

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

Shades of Magenta #EF02FE

Tints of Magenta #EF02FE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.4%

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

R = 48.28%
G = 0.4%
B = 51.31%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EF02FE (or 0xEF02FE) is known color: Magenta. HEX triplet: EF, 02 and FE. RGB value is (239,2,254). Sum of RGB (Red+Green+Blue) = 239+2+254=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 2 (1.17% from 255 or 0.40% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF02FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF02FE is #10FD01. Grayscale: #646464. Windows color (decimal): -1113346 or 16646895. OLE color: 16646895.

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

Color convert

RGB 239 2 254 -
CMYK 0.06 0.99 0 0.00
HSL 296.43º 0.99% 0.5% -
HSV(B) 296.43º 0.99% 1% -
XYZ 53.51 25.55 95.88 -
YUV 101.59 214.02 226.01 -
System Red Green Blue C M Y K H S L
Decimal 239 2 254 0.06 0.99 0 0.00 296.43 0.99 0.5
Hex EF 2 FE 6 63 0 0 128 63 32
Octal 357 2 376 6 143 0 0 450 143 62
Binary 11101111 10 11111110 110 1100011 0 0 100101000 1100011 110010

Color Harmonies of #EF02FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF02FE

Black with #EF02FE

Text Example


Text Example

White with #EF02FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF02FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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