#EF1CF2

Color #EF1CF2 Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magenta #EF1CF2

Tints of Magenta #EF1CF2

Color information

#EF1CF2 (or 0xEF1CF2) is unknown color: approx Magenta. HEX triplet: EF, 1C and F2. RGB value is (239,28,242). Sum of RGB (Red+Green+Blue) = 239+28+242=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 28 (11.33% from 255 or 5.50% from 509); Blue value is 242 (94.92% from 255 or 47.54% from 509); Max value from RGB is 242 - color contains mainly: blue. Hex color #EF1CF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1CF2 is #10E30D. Grayscale: #727272. Windows color (decimal): -1106702 or 15867119. OLE color: 15867119.

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

Color convert

RGB23928242-
CMYK0.010.8800.05
HSL299.16º89.17%52.94%-
HSV(B)299.16º88.43%94.9%-
XYZ52.0425.5986.2-
YUV115.48199.4216.1-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.95%
GREEN value IS 28 (11.33% from 255) = 5.50%
BLUE value IS 242 (94.92% from 255) = 47.54%
R=46.95%
G=5.50%
B=47.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal239282420.010.8800.05299.1689.1752.94
HexEF1CF21580512b5935
Octal3573436211300545313165
Binary1110111111100111100101101100001011001010111011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1CF2; }

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

 H1.HeaderClassName
 {
   color: #EF1CF2;
 }
 .AnyTagClassName
 {
   color: #EF1CF2;
 }
</style>
background-color css

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

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

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

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

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

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