#EF5BE9

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

Shades of Free Speech Magenta #EF5BE9

Tints of Free Speech Magenta #EF5BE9

Color information

#EF5BE9 (or 0xEF5BE9) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 5B and E9. RGB value is (239,91,233). Sum of RGB (Red+Green+Blue) = 239+91+233=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 91 (35.94% from 255 or 16.16% from 563); Blue value is 233 (91.41% from 255 or 41.39% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5BE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5BE9 is #10A416. Grayscale: #979797. Windows color (decimal): -1090583 or 15293423. OLE color: 15293423.

HSL color Cylindrical-coordinate representation of color #EF5BE9: hue angle of 302.43º 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 #EF5BE9 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB23991233-
CMYK00.620.030.06
HSL302.43º82.22%64.71%-
HSV(B)302.43º61.92%93.73%-
XYZ54.0531.7280.36-
YUV151.44174.03190.45-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.45%
GREEN value IS 91 (35.94% from 255) = 16.16%
BLUE value IS 233 (91.41% from 255) = 41.39%
R=42.45%
G=16.16%
B=41.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399123300.620.030.06302.4382.2264.71
HexEF5BE903E3612e5241
Octal35713335107636456122101
Binary1110111110110111110100101111101111010010111010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5BE9; }

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

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

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

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

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

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

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

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