Html Css Color HEX #EF2FFC Magenta

📋 copy color: '#EF2FFC'

red 239 ◦ green 47 ◦ blue 252

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

Shades of Magenta #EF2FFC

Tints of Magenta #EF2FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.84%

R = 44.42%
G = 8.74%
B = 46.84%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF2FFC (or 0xEF2FFC) is known color: Magenta. HEX triplet: EF, 2F and FC. RGB value is (239,47,252). Sum of RGB (Red+Green+Blue) = 239+47+252=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 47 (18.75% from 255 or 8.74% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF2FFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF2FFC is #10D003. Grayscale: #7F7F7F. Windows color (decimal): -1101828 or 16527343. OLE color: 16527343.

HSL color Cylindrical-coordinate representation of color #EF2FFC: hue angle of 296.2º degrees, saturation: 0.97, 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 #EF2FFC is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 47 252 -
CMYK 0.05 0.81 0 0.01
HSL 296.2º 0.97% 0.59% -
HSV(B) 296.2º 0.81% 0.99% -
XYZ 54.18 27.41 94.53 -
YUV 127.78 198.11 207.33 -
System Red Green Blue C M Y K H S L
Decimal 239 47 252 0.05 0.81 0 0.01 296.2 0.97 0.59
Hex EF 2F FC 5 51 0 1 128 61 3B
Octal 357 57 374 5 121 0 1 450 141 73
Binary 11101111 101111 11111100 101 1010001 0 1 100101000 1100001 111011

Color Harmonies of #EF2FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2FFC

Black with #EF2FFC

Text Example


Text Example

White with #EF2FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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