#E44DCF

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

Shades of Free Speech Magenta #E44DCF

Tints of Free Speech Magenta #E44DCF

Color information

#E44DCF (or 0xE44DCF) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 4D and CF. RGB value is (228,77,207). Sum of RGB (Red+Green+Blue) = 228+77+207=512 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.53% from 512); Green value is 77 (30.47% from 255 or 15.04% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 228 - color contains mainly: red. Hex color #E44DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E44DCF is #1BB230. Grayscale: #888888. Windows color (decimal): -1815089 or 13585892. OLE color: 13585892.

HSL color Cylindrical-coordinate representation of color #E44DCF: hue angle of 308.34º 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 #E44DCF is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB22877207-
CMYK00.660.090.11
HSL308.34º73.66%59.8%-
HSV(B)308.34º66.23%89.41%-
XYZ45.9126.3161.69-
YUV136.97167.53192.93-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.53%
GREEN value IS 77 (30.47% from 255) = 15.04%
BLUE value IS 207 (81.25% from 255) = 40.43%
R=44.53%
G=15.04%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2287720700.660.090.11308.3473.6659.8
HexE44DCF0429B1344a3c
Octal3441153170102111346411274
Binary1110010010011011100111101000010100110111001101001001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E44DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E44DCF; }

 p { color: rgb(228,77,207); }

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

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

 a { background-color: rgb(228,77,207); }

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

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

 span { border-color: rgb(228,77,207); }

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