#EB5EE1

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

Shades of Free Speech Magenta #EB5EE1

Tints of Free Speech Magenta #EB5EE1

Color information

#EB5EE1 (or 0xEB5EE1) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 5E and E1. RGB value is (235,94,225). Sum of RGB (Red+Green+Blue) = 235+94+225=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 94 (37.11% from 255 or 16.97% from 554); Blue value is 225 (88.28% from 255 or 40.61% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5EE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB5EE1 is #14A11E. Grayscale: #969696. Windows color (decimal): -1351967 or 14769899. OLE color: 14769899.

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

Color convert

RGB23594225-
CMYK00.60.040.08
HSL304.26º77.9%64.51%-
HSV(B)304.26º60%92.16%-
XYZ51.8531.174.5-
YUV151.09169.71187.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.42%
GREEN value IS 94 (37.11% from 255) = 16.97%
BLUE value IS 225 (88.28% from 255) = 40.61%
R=42.42%
G=16.97%
B=40.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359422500.60.040.08304.2677.964.51
HexEB5EE103C481304e41
Octal353136341074410460116101
Binary111010111011110111000010111100100100010011000010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5EE1; }

 p { color: rgb(235,94,225); }

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

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

 a { background-color: rgb(235,94,225); }

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

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

 span { border-color: rgb(235,94,225); }

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