Html Css Color HEX #EF25FD Magenta

📋 copy color: '#EF25FD'

red 239 ◦ green 37 ◦ blue 253

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

Shades of Magenta #EF25FD

Tints of Magenta #EF25FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.83%

R = 45.18%
G = 6.99%
B = 47.83%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF25FD (or 0xEF25FD) is known color: Magenta. HEX triplet: EF, 25 and FD. RGB value is (239,37,253). Sum of RGB (Red+Green+Blue) = 239+37+253=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 37 (14.84% from 255 or 6.99% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF25FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF25FD is #10DA02. Grayscale: #797979. Windows color (decimal): -1104387 or 16590319. OLE color: 16590319.

HSL color Cylindrical-coordinate representation of color #EF25FD: hue angle of 296.11º degrees, saturation: 0.98, 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 #EF25FD is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 37 253 -
CMYK 0.06 0.85 0 0.01
HSL 296.11º 0.98% 0.57% -
HSV(B) 296.11º 0.85% 0.99% -
XYZ 53.99 26.77 95.25 -
YUV 122.02 201.92 211.44 -
System Red Green Blue C M Y K H S L
Decimal 239 37 253 0.06 0.85 0 0.01 296.11 0.98 0.57
Hex EF 25 FD 6 55 0 1 128 62 39
Octal 357 45 375 6 125 0 1 450 142 71
Binary 11101111 100101 11111101 110 1010101 0 1 100101000 1100010 111001

Color Harmonies of #EF25FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF25FD

Black with #EF25FD

Text Example


Text Example

White with #EF25FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF25FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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