#EF5FE5

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

Shades of Free Speech Magenta #EF5FE5

Tints of Free Speech Magenta #EF5FE5

Color information

#EF5FE5 (or 0xEF5FE5) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 5F and E5. RGB value is (239,95,229). Sum of RGB (Red+Green+Blue) = 239+95+229=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 95 (37.5% from 255 or 16.87% from 563); Blue value is 229 (89.84% from 255 or 40.67% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5FE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5FE5 is #10A01A. Grayscale: #989898. Windows color (decimal): -1089563 or 15032303. OLE color: 15032303.

HSL color Cylindrical-coordinate representation of color #EF5FE5: hue angle of 304.17º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF5FE5 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB23995229-
CMYK00.600.040.06
HSL304.17º81.82%65.49%-
HSV(B)304.17º60.25%93.73%-
XYZ53.8332.1977.51-
YUV153.33170.71189.1-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.45%
GREEN value IS 95 (37.5% from 255) = 16.87%
BLUE value IS 229 (89.84% from 255) = 40.67%
R=42.45%
G=16.87%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399522900.600.040.06304.1781.8265.49
HexEF5FE503C461305241
Octal35713734507446460122101
Binary11101111101111111100101011110010011010011000010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5FE5; }

 p { color: rgb(239,95,229); }

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

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

 a { background-color: rgb(239,95,229); }

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

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

 span { border-color: rgb(239,95,229); }

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