#E440EB

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

Shades of Free Speech Magenta #E440EB

Tints of Free Speech Magenta #E440EB

Color information

#E440EB (or 0xE440EB) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 40 and EB. RGB value is (228,64,235). Sum of RGB (Red+Green+Blue) = 228+64+235=527 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.26% from 527); Green value is 64 (25.39% from 255 or 12.14% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #E440EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E440EB is #1BBF14. Grayscale: #848484. Windows color (decimal): -1818389 or 15417572. OLE color: 15417572.

HSL color Cylindrical-coordinate representation of color #E440EB: hue angle of 297.54º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E440EB is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB22864235-
CMYK0.030.7300.08
HSL297.54º81.04%58.63%-
HSV(B)297.54º72.77%92.16%-
XYZ48.8226.1681.07-
YUV132.53185.83196.1-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.26%
GREEN value IS 64 (25.39% from 255) = 12.14%
BLUE value IS 235 (92.19% from 255) = 44.59%
R=43.26%
G=12.14%
B=44.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal228642350.030.7300.08297.5481.0458.63
HexE440EB3490812a513b
Octal344100353311101045212173
Binary11100100100000011101011111001001010001001010101010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E440EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E440EB; }

 p { color: rgb(228,64,235); }

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

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

 a { background-color: rgb(228,64,235); }

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

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

 span { border-color: rgb(228,64,235); }

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