#EF5BE1

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

Shades of Free Speech Magenta #EF5BE1

Tints of Free Speech Magenta #EF5BE1

Color information

#EF5BE1 (or 0xEF5BE1) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 5B and E1. RGB value is (239,91,225). Sum of RGB (Red+Green+Blue) = 239+91+225=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 91 (35.94% from 255 or 16.40% from 555); Blue value is 225 (88.28% from 255 or 40.54% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5BE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5BE1 is #10A41E. Grayscale: #969696. Windows color (decimal): -1090591 or 14769135. OLE color: 14769135.

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

Color convert

RGB23991225-
CMYK00.620.060.06
HSL305.68º82.22%64.71%-
HSV(B)305.68º61.92%93.73%-
XYZ52.9331.2774.48-
YUV150.53170.03191.1-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.06%
GREEN value IS 91 (35.94% from 255) = 16.40%
BLUE value IS 225 (88.28% from 255) = 40.54%
R=43.06%
G=16.40%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399122500.620.060.06305.6882.2264.71
HexEF5BE103E661325241
Octal35713334107666462122101
Binary11101111101101111100001011111011011010011001010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5BE1; }

 p { color: rgb(239,91,225); }

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

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

 a { background-color: rgb(239,91,225); }

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

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

 span { border-color: rgb(239,91,225); }

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