#EB5AE6

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

Shades of Free Speech Magenta #EB5AE6

Tints of Free Speech Magenta #EB5AE6

Color information

#EB5AE6 (or 0xEB5AE6) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 5A and E6. RGB value is (235,90,230). Sum of RGB (Red+Green+Blue) = 235+90+230=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 90 (35.55% from 255 or 16.22% from 555); Blue value is 230 (90.23% from 255 or 41.44% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5AE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB5AE6 is #14A519. Grayscale: #949494. Windows color (decimal): -1352986 or 15096555. OLE color: 15096555.

HSL color Cylindrical-coordinate representation of color #EB5AE6: hue angle of 302.07º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EB5AE6 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB23590230-
CMYK00.620.020.08
HSL302.07º78.38%63.73%-
HSV(B)302.07º61.7%92.16%-
XYZ52.230.6978.03-
YUV149.32173.54189.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.34%
GREEN value IS 90 (35.55% from 255) = 16.22%
BLUE value IS 230 (90.23% from 255) = 41.44%
R=42.34%
G=16.22%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359023000.620.020.08302.0778.3863.73
HexEB5AE603E2812e4e40
Octal353132346076210456116100
Binary11101011101101011100110011111010100010010111010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5AE6; }

 p { color: rgb(235,90,230); }

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

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

 a { background-color: rgb(235,90,230); }

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

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

 span { border-color: rgb(235,90,230); }

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