Html Css Color HEX #EF1FFC Magenta

📋 copy color: '#EF1FFC'

red 239 ◦ green 31 ◦ blue 252

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

Shades of Magenta #EF1FFC

Tints of Magenta #EF1FFC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 5.94%

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

R = 45.79%
G = 5.94%
B = 48.28%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF1FFC (or 0xEF1FFC) is known color: Magenta. HEX triplet: EF, 1F and FC. RGB value is (239,31,252). Sum of RGB (Red+Green+Blue) = 239+31+252=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 31 (12.5% from 255 or 5.94% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF1FFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1FFC is #10E003. Grayscale: #757575. Windows color (decimal): -1105924 or 16523247. OLE color: 16523247.

HSL color Cylindrical-coordinate representation of color #EF1FFC: hue angle of 296.47º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1FFC is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 31 252 -
CMYK 0.05 0.88 0 0.01
HSL 296.47º 0.97% 0.55% -
HSV(B) 296.47º 0.88% 0.99% -
XYZ 53.66 26.36 94.36 -
YUV 118.39 203.41 214.03 -
System Red Green Blue C M Y K H S L
Decimal 239 31 252 0.05 0.88 0 0.01 296.47 0.97 0.55
Hex EF 1F FC 5 58 0 1 128 61 37
Octal 357 37 374 5 130 0 1 450 141 67
Binary 11101111 11111 11111100 101 1011000 0 1 100101000 1100001 110111

Color Harmonies of #EF1FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1FFC

Black with #EF1FFC

Text Example


Text Example

White with #EF1FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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