Html Css Color HEX #EF25FE Magenta

📋 copy color: '#EF25FE'

red 239 ◦ green 37 ◦ blue 254

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

Shades of Magenta #EF25FE

Tints of Magenta #EF25FE

RGB

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

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

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

R = 45.09%
G = 6.98%
B = 47.92%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EF25FE (or 0xEF25FE) is known color: Magenta. HEX triplet: EF, 25 and FE. RGB value is (239,37,254). Sum of RGB (Red+Green+Blue) = 239+37+254=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 37 (14.84% from 255 or 6.98% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF25FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF25FE is #10DA01. Grayscale: #797979. Windows color (decimal): -1104386 or 16655855. OLE color: 16655855.

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

Color convert

RGB 239 37 254 -
CMYK 0.06 0.85 0 0.00
HSL 295.85º 0.99% 0.57% -
HSV(B) 295.85º 0.85% 1% -
XYZ 54.15 26.83 96.09 -
YUV 122.14 202.42 211.36 -
System Red Green Blue C M Y K H S L
Decimal 239 37 254 0.06 0.85 0 0.00 295.85 0.99 0.57
Hex EF 25 FE 6 55 0 0 128 63 39
Octal 357 45 376 6 125 0 0 450 143 71
Binary 11101111 100101 11111110 110 1010101 0 0 100101000 1100011 111001

Color Harmonies of #EF25FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF25FE

Black with #EF25FE

Text Example


Text Example

White with #EF25FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF25FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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