Html Css Color HEX #EF28FC Magenta

📋 copy color: '#EF28FC'

red 239 ◦ green 40 ◦ blue 252

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

Shades of Magenta #EF28FC

Tints of Magenta #EF28FC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 7.53%

 BLUE value IS 252 (98.83% from 255) = 47.46%

R = 45.01%
G = 7.53%
B = 47.46%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF28FC (or 0xEF28FC) is known color: Magenta. HEX triplet: EF, 28 and FC. RGB value is (239,40,252). Sum of RGB (Red+Green+Blue) = 239+40+252=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 40 (16.02% from 255 or 7.53% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF28FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF28FC is #10D703. Grayscale: #7B7B7B. Windows color (decimal): -1103620 or 16525551. OLE color: 16525551.

HSL color Cylindrical-coordinate representation of color #EF28FC: hue angle of 296.32º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF28FC is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 40 252 -
CMYK 0.05 0.84 0 0.01
HSL 296.32º 0.97% 0.57% -
HSV(B) 296.32º 0.84% 0.99% -
XYZ 53.93 26.9 94.44 -
YUV 123.67 200.43 210.26 -
System Red Green Blue C M Y K H S L
Decimal 239 40 252 0.05 0.84 0 0.01 296.32 0.97 0.57
Hex EF 28 FC 5 54 0 1 128 61 39
Octal 357 50 374 5 124 0 1 450 141 71
Binary 11101111 101000 11111100 101 1010100 0 1 100101000 1100001 111001

Color Harmonies of #EF28FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF28FC

Black with #EF28FC

Text Example


Text Example

White with #EF28FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF28FC; }

 p { color: rgb(239,40,252); }

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

background-color css

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

 a { background-color: rgb(239,40,252); }

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

border-color css

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

 span { border-color: rgb(239,40,252); }

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