Html Css Color HEX #EF2DF4 Magenta

📋 copy color: '#EF2DF4'

red 239 ◦ green 45 ◦ blue 244

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

Shades of Magenta #EF2DF4

Tints of Magenta #EF2DF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 46.21%

R = 45.27%
G = 8.52%
B = 46.21%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EF2DF4 (or 0xEF2DF4) is known color: Magenta. HEX triplet: EF, 2D and F4. RGB value is (239,45,244). Sum of RGB (Red+Green+Blue) = 239+45+244=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 45 (17.97% from 255 or 8.52% from 528); Blue value is 244 (95.70% from 255 or 46.21% from 528); Max value from RGB is 244 - color contains mainly: blue. Hex color #EF2DF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF2DF4 is #10D20B. Grayscale: #7D7D7D. Windows color (decimal): -1102348 or 16002543. OLE color: 16002543.

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

Color convert

RGB 239 45 244 -
CMYK 0.02 0.82 0 0.04
HSL 298.49º 0.9% 0.57% -
HSV(B) 298.49º 0.82% 0.96% -
XYZ 52.86 26.76 87.97 -
YUV 125.69 194.77 208.82 -
System Red Green Blue C M Y K H S L
Decimal 239 45 244 0.02 0.82 0 0.04 298.49 0.9 0.57
Hex EF 2D F4 2 52 0 4 12A 5A 39
Octal 357 55 364 2 122 0 4 452 132 71
Binary 11101111 101101 11110100 10 1010010 0 100 100101010 1011010 111001

Color Harmonies of #EF2DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2DF4

Black with #EF2DF4

Text Example


Text Example

White with #EF2DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2DF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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