Html Css Color HEX #EF2DFB Magenta

📋 copy color: '#EF2DFB'

red 239 ◦ green 45 ◦ blue 251

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

Shades of Magenta #EF2DFB

Tints of Magenta #EF2DFB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 8.41%

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

R = 44.67%
G = 8.41%
B = 46.92%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF2DFB (or 0xEF2DFB) is known color: Magenta. HEX triplet: EF, 2D and FB. RGB value is (239,45,251). Sum of RGB (Red+Green+Blue) = 239+45+251=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 45 (17.97% from 255 or 8.41% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF2DFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF2DFB is #10D204. Grayscale: #7D7D7D. Windows color (decimal): -1102341 or 16461295. OLE color: 16461295.

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

Color convert

RGB 239 45 251 -
CMYK 0.05 0.82 0 0.02
HSL 296.5º 0.96% 0.58% -
HSV(B) 296.5º 0.82% 0.98% -
XYZ 53.95 27.19 93.67 -
YUV 126.49 198.27 208.25 -
System Red Green Blue C M Y K H S L
Decimal 239 45 251 0.05 0.82 0 0.02 296.5 0.96 0.58
Hex EF 2D FB 5 52 0 2 129 60 3A
Octal 357 55 373 5 122 0 2 451 140 72
Binary 11101111 101101 11111011 101 1010010 0 10 100101001 1100000 111010

Color Harmonies of #EF2DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2DFB

Black with #EF2DFB

Text Example


Text Example

White with #EF2DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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