#e45ae5

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

Shades of Free Speech Magenta #E45AE5

Tints of Free Speech Magenta #E45AE5

Color information

#E45AE5 (or 0xE45AE5) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 5A and E5. RGB value is (228,90,229). Sum of RGB (Red+Green+Blue) = 228+90+229=547 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.68% from 547); Green value is 90 (35.55% from 255 or 16.45% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 229 - color contains mainly: blue. Hex color #E45AE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E45AE5 is #1BA51A. Grayscale: #929292. Windows color (decimal): -1811739 or 15031012. OLE color: 15031012.

HSL color Cylindrical-coordinate representation of color #E45AE5: hue angle of 299.57º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E45AE5 is Cyan = 0.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB22890229-
CMYK0.000.6100.10
HSL299.57º72.77%62.55%-
HSV(B)299.57º60.7%89.8%-
XYZ49.7929.4677.19-
YUV147.11174.22185.7-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.68%
GREEN value IS 90 (35.55% from 255) = 16.45%
BLUE value IS 229 (89.84% from 255) = 41.86%
R=41.68%
G=16.45%
B=41.86%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal228902290.000.6100.10299.5772.7762.55
HexE45AE503D0A12c493f
Octal34413234507501245411177
Binary111001001011010111001010111101010101001011001001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e45ae5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e45ae5; }

 p { color: rgb(228,90,229); }

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

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

 a { background-color: rgb(228,90,229); }

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

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

 span { border-color: rgb(228,90,229); }

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