#E44ED7

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

Shades of Free Speech Magenta #E44ED7

Tints of Free Speech Magenta #E44ED7

Color information

#E44ED7 (or 0xE44ED7) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 4E and D7. RGB value is (228,78,215). Sum of RGB (Red+Green+Blue) = 228+78+215=521 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.76% from 521); Green value is 78 (30.86% from 255 or 14.97% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 228 - color contains mainly: red. Hex color #E44ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E44ED7 is #1BB128. Grayscale: #8A8A8A. Windows color (decimal): -1814825 or 14110436. OLE color: 14110436.

HSL color Cylindrical-coordinate representation of color #E44ED7: hue angle of 305.2º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E44ED7 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB22878215-
CMYK00.660.060.11
HSL305.2º73.53%60%-
HSV(B)305.2º65.79%89.41%-
XYZ46.9926.8567-
YUV138.47171.2191.86-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.76%
GREEN value IS 78 (30.86% from 255) = 14.97%
BLUE value IS 215 (84.38% from 255) = 41.27%
R=43.76%
G=14.97%
B=41.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2287821500.660.060.11305.273.5360
HexE44ED70426B1314a3c
Octal344116327010261346111274
Binary111001001001110110101110100001011010111001100011001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E44ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E44ED7; }

 p { color: rgb(228,78,215); }

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

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

 a { background-color: rgb(228,78,215); }

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

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

 span { border-color: rgb(228,78,215); }

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