#EF25F4

Color #EF25F4 Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magenta #EF25F4

Tints of Magenta #EF25F4

Color information

#EF25F4 (or 0xEF25F4) is unknown color: approx Magenta. HEX triplet: EF, 25 and F4. RGB value is (239,37,244). Sum of RGB (Red+Green+Blue) = 239+37+244=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 37 (14.84% from 255 or 7.12% from 520); Blue value is 244 (95.70% from 255 or 46.92% from 520); Max value from RGB is 244 - color contains mainly: blue. Hex color #EF25F4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF25F4 is #10DA0B. Grayscale: #787878. Windows color (decimal): -1104396 or 16000495. OLE color: 16000495.

HSL color Cylindrical-coordinate representation of color #EF25F4: hue angle of 298.55º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF25F4 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB23937244-
CMYK0.020.8500.04
HSL298.55º90.39%55.1%-
HSV(B)298.55º84.84%95.69%-
XYZ52.5926.2187.87-
YUV121197.42212.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.96%
GREEN value IS 37 (14.84% from 255) = 7.12%
BLUE value IS 244 (95.70% from 255) = 46.92%
R=45.96%
G=7.12%
B=46.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal239372440.020.8500.04298.5590.3955.1
HexEF25F42550412b5a37
Octal3574536421250445313267
Binary111011111001011111010010101010101001001010111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF25F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF25F4; }

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

 H1.HeaderClassName
 {
   color: #EF25F4;
 }
 .AnyTagClassName
 {
   color: #EF25F4;
 }
</style>
background-color css

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

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

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

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

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

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