Html Css Color HEX #EF25FC Magenta

📋 copy color: '#EF25FC'

red 239 ◦ green 37 ◦ blue 252

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

Shades of Magenta #EF25FC

Tints of Magenta #EF25FC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.01%

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

R = 45.27%
G = 7.01%
B = 47.73%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF25FC (or 0xEF25FC) is known color: Magenta. HEX triplet: EF, 25 and FC. RGB value is (239,37,252). Sum of RGB (Red+Green+Blue) = 239+37+252=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 37 (14.84% from 255 or 7.01% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF25FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF25FC is #10DA03. Grayscale: #797979. Windows color (decimal): -1104388 or 16524783. OLE color: 16524783.

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

Color convert

RGB 239 37 252 -
CMYK 0.05 0.85 0 0.01
HSL 296.37º 0.97% 0.57% -
HSV(B) 296.37º 0.85% 0.99% -
XYZ 53.83 26.7 94.41 -
YUV 121.91 201.42 211.52 -
System Red Green Blue C M Y K H S L
Decimal 239 37 252 0.05 0.85 0 0.01 296.37 0.97 0.57
Hex EF 25 FC 5 55 0 1 128 61 39
Octal 357 45 374 5 125 0 1 450 141 71
Binary 11101111 100101 11111100 101 1010101 0 1 100101000 1100001 111001

Color Harmonies of #EF25FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF25FC

Black with #EF25FC

Text Example


Text Example

White with #EF25FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF25FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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