#ef18f3

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

Shades of Magenta #EF18F3

Tints of Magenta #EF18F3

Color information

#EF18F3 (or 0xEF18F3) is unknown color: approx Magenta. HEX triplet: EF, 18 and F3. RGB value is (239,24,243). Sum of RGB (Red+Green+Blue) = 239+24+243=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 24 (9.77% from 255 or 4.74% from 506); Blue value is 243 (95.31% from 255 or 48.02% from 506); Max value from RGB is 243 - color contains mainly: blue. Hex color #EF18F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF18F3 is #10E70C. Grayscale: #707070. Windows color (decimal): -1107725 or 15931631. OLE color: 15931631.

HSL color Cylindrical-coordinate representation of color #EF18F3: hue angle of 298.9º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF18F3 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23924243-
CMYK0.020.9000.05
HSL298.9º90.12%52.35%-
HSV(B)298.9º90.12%95.29%-
XYZ52.125.4886.97-
YUV113.25201.23217.69-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.23%
GREEN value IS 24 (9.77% from 255) = 4.74%
BLUE value IS 243 (95.31% from 255) = 48.02%
R=47.23%
G=4.74%
B=48.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal239242430.020.9000.05298.990.1252.35
HexEF18F325A0512b5a34
Octal3573036321320545313264
Binary11101111110001111001110101101001011001010111011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef18f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef18f3; }

 p { color: rgb(239,24,243); }

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

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

 a { background-color: rgb(239,24,243); }

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

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

 span { border-color: rgb(239,24,243); }

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

cancel