Html Css Color HEX #EF25FB Magenta

📋 copy color: '#EF25FB'

red 239 ◦ green 37 ◦ blue 251

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

Shades of Magenta #EF25FB

Tints of Magenta #EF25FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.63%

R = 45.35%
G = 7.02%
B = 47.63%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF25FB (or 0xEF25FB) is known color: Magenta. HEX triplet: EF, 25 and FB. RGB value is (239,37,251). Sum of RGB (Red+Green+Blue) = 239+37+251=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 37 (14.84% from 255 or 7.02% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF25FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF25FB is #10DA04. Grayscale: #797979. Windows color (decimal): -1104389 or 16459247. OLE color: 16459247.

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

Color convert

RGB 239 37 251 -
CMYK 0.05 0.85 0 0.02
HSL 296.64º 0.96% 0.56% -
HSV(B) 296.64º 0.85% 0.98% -
XYZ 53.67 26.64 93.58 -
YUV 121.79 200.92 211.6 -
System Red Green Blue C M Y K H S L
Decimal 239 37 251 0.05 0.85 0 0.02 296.64 0.96 0.56
Hex EF 25 FB 5 55 0 2 129 60 38
Octal 357 45 373 5 125 0 2 451 140 70
Binary 11101111 100101 11111011 101 1010101 0 10 100101001 1100000 111000

Color Harmonies of #EF25FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF25FB

Black with #EF25FB

Text Example


Text Example

White with #EF25FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF25FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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