Html Css Color HEX #EF2FFD Magenta

📋 copy color: '#EF2FFD'

red 239 ◦ green 47 ◦ blue 253

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

Shades of Magenta #EF2FFD

Tints of Magenta #EF2FFD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 8.72%

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

R = 44.34%
G = 8.72%
B = 46.94%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF2FFD (or 0xEF2FFD) is known color: Magenta. HEX triplet: EF, 2F and FD. RGB value is (239,47,253). Sum of RGB (Red+Green+Blue) = 239+47+253=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 47 (18.75% from 255 or 8.72% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF2FFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF2FFD is #10D002. Grayscale: #7F7F7F. Windows color (decimal): -1101827 or 16592879. OLE color: 16592879.

HSL color Cylindrical-coordinate representation of color #EF2FFD: hue angle of 295.92º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF2FFD is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 47 253 -
CMYK 0.06 0.81 0 0.01
HSL 295.92º 0.98% 0.59% -
HSV(B) 295.92º 0.81% 0.99% -
XYZ 54.34 27.48 95.37 -
YUV 127.89 198.61 207.25 -
System Red Green Blue C M Y K H S L
Decimal 239 47 253 0.06 0.81 0 0.01 295.92 0.98 0.59
Hex EF 2F FD 6 51 0 1 128 62 3B
Octal 357 57 375 6 121 0 1 450 142 73
Binary 11101111 101111 11111101 110 1010001 0 1 100101000 1100010 111011

Color Harmonies of #EF2FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2FFD

Black with #EF2FFD

Text Example


Text Example

White with #EF2FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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