#EF48F1

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

Shades of Free Speech Magenta #EF48F1

Tints of Free Speech Magenta #EF48F1

Color information

#EF48F1 (or 0xEF48F1) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 48 and F1. RGB value is (239,72,241). Sum of RGB (Red+Green+Blue) = 239+72+241=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 72 (28.52% from 255 or 13.04% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #EF48F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF48F1 is #10B70E. Grayscale: #8C8C8C. Windows color (decimal): -1095439 or 15812847. OLE color: 15812847.

HSL color Cylindrical-coordinate representation of color #EF48F1: hue angle of 299.29º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF48F1 is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23972241-
CMYK0.010.7000.05
HSL299.29º85.79%61.37%-
HSV(B)299.29º70.12%94.51%-
XYZ53.7929.3486.05-
YUV141.2184.33197.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.30%
GREEN value IS 72 (28.52% from 255) = 13.04%
BLUE value IS 241 (94.53% from 255) = 43.66%
R=43.30%
G=13.04%
B=43.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal239722410.010.7000.05299.2985.7961.37
HexEF48F11460512b563d
Octal35711036111060545312675
Binary111011111001000111100011100011001011001010111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF48F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF48F1; }

 p { color: rgb(239,72,241); }

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

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

 a { background-color: rgb(239,72,241); }

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

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

 span { border-color: rgb(239,72,241); }

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