#E44ABD

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

Shades of Free Speech Magenta #E44ABD

Tints of Free Speech Magenta #E44ABD

Color information

#E44ABD (or 0xE44ABD) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 4A and BD. RGB value is (228,74,189). Sum of RGB (Red+Green+Blue) = 228+74+189=491 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.44% from 491); Green value is 74 (29.30% from 255 or 15.07% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 228 - color contains mainly: red. Hex color #E44ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E44ABD is #1BB542. Grayscale: #848484. Windows color (decimal): -1815875 or 12405476. OLE color: 12405476.

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

Color convert

RGB22874189-
CMYK00.680.170.11
HSL315.19º74.04%59.22%-
HSV(B)315.19º67.54%89.41%-
XYZ43.6325.0750.68-
YUV133.16159.52195.65-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 46.44%
GREEN value IS 74 (29.30% from 255) = 15.07%
BLUE value IS 189 (74.22% from 255) = 38.49%
R=46.44%
G=15.07%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2287418900.680.170.11315.1974.0459.22
HexE44ABD04411B13b4a3b
Octal3441122750104211347311273
Binary11100100100101010111101010001001000110111001110111001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E44ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E44ABD; }

 p { color: rgb(228,74,189); }

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

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

 a { background-color: rgb(228,74,189); }

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

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

 span { border-color: rgb(228,74,189); }

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