#E44DCB

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

Shades of Free Speech Magenta #E44DCB

Tints of Free Speech Magenta #E44DCB

Color information

#E44DCB (or 0xE44DCB) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 4D and CB. RGB value is (228,77,203). Sum of RGB (Red+Green+Blue) = 228+77+203=508 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.88% from 508); Green value is 77 (30.47% from 255 or 15.16% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 228 - color contains mainly: red. Hex color #E44DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E44DCB is #1BB234. Grayscale: #888888. Windows color (decimal): -1815093 or 13323748. OLE color: 13323748.

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

Color convert

RGB22877203-
CMYK00.660.110.11
HSL309.93º73.66%59.8%-
HSV(B)309.93º66.23%89.41%-
XYZ45.4326.1159.15-
YUV136.51165.53193.25-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.88%
GREEN value IS 77 (30.47% from 255) = 15.16%
BLUE value IS 203 (79.69% from 255) = 39.96%
R=44.88%
G=15.16%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2287720300.660.110.11309.9373.6659.8
HexE44DCB042BB1364a3c
Octal3441153130102131346611274
Binary1110010010011011100101101000010101110111001101101001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E44DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E44DCB; }

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

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

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

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

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

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

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

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