#E44CE5

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

Shades of Free Speech Magenta #E44CE5

Tints of Free Speech Magenta #E44CE5

Color information

#E44CE5 (or 0xE44CE5) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 4C and E5. RGB value is (228,76,229). Sum of RGB (Red+Green+Blue) = 228+76+229=533 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.78% from 533); Green value is 76 (30.08% from 255 or 14.26% from 533); Blue value is 229 (89.84% from 255 or 42.96% from 533); Max value from RGB is 229 - color contains mainly: blue. Hex color #E44CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E44CE5 is #1BB31A. Grayscale: #8A8A8A. Windows color (decimal): -1815323 or 15027428. OLE color: 15027428.

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

Color convert

RGB22876229-
CMYK0.000.6700.10
HSL299.61º74.63%59.8%-
HSV(B)299.61º66.81%89.8%-
XYZ48.7227.3276.83-
YUV138.89178.86191.56-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.78%
GREEN value IS 76 (30.08% from 255) = 14.26%
BLUE value IS 229 (89.84% from 255) = 42.96%
R=42.78%
G=14.26%
B=42.96%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal228762290.000.6700.10299.6174.6359.8
HexE44CE50430A12c4b3c
Octal344114345010301245411374
Binary1110010010011001110010101000011010101001011001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E44CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E44CE5; }

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

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

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

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

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

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

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

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