Html Css Color HEX #EF1CFC Magenta

📋 copy color: '#EF1CFC'

red 239 ◦ green 28 ◦ blue 252

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

Shades of Magenta #EF1CFC

Tints of Magenta #EF1CFC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.39%

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

R = 46.05%
G = 5.39%
B = 48.55%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF1CFC (or 0xEF1CFC) is known color: Magenta. HEX triplet: EF, 1C and FC. RGB value is (239,28,252). Sum of RGB (Red+Green+Blue) = 239+28+252=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 28 (11.33% from 255 or 5.39% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF1CFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1CFC is #10E303. Grayscale: #737373. Windows color (decimal): -1106692 or 16522479. OLE color: 16522479.

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

Color convert

RGB 239 28 252 -
CMYK 0.05 0.89 0 0.01
HSL 296.52º 0.97% 0.55% -
HSV(B) 296.52º 0.89% 0.99% -
XYZ 53.58 26.21 94.33 -
YUV 116.63 204.4 215.29 -
System Red Green Blue C M Y K H S L
Decimal 239 28 252 0.05 0.89 0 0.01 296.52 0.97 0.55
Hex EF 1C FC 5 59 0 1 129 61 37
Octal 357 34 374 5 131 0 1 451 141 67
Binary 11101111 11100 11111100 101 1011001 0 1 100101001 1100001 110111

Color Harmonies of #EF1CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1CFC

Black with #EF1CFC

Text Example


Text Example

White with #EF1CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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