#e944db

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

Shades of Free Speech Magenta #E944DB

Tints of Free Speech Magenta #E944DB

Color information

#E944DB (or 0xE944DB) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 44 and DB. RGB value is (233,68,219). Sum of RGB (Red+Green+Blue) = 233+68+219=520 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.81% from 520); Green value is 68 (26.95% from 255 or 13.08% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 233 - color contains mainly: red. Hex color #E944DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E944DB is #16BB24. Grayscale: #868686. Windows color (decimal): -1489701 or 14370025. OLE color: 14370025.

HSL color Cylindrical-coordinate representation of color #E944DB: hue angle of 305.09º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E944DB is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB23368219-
CMYK00.710.060.09
HSL305.09º78.95%59.02%-
HSV(B)305.09º70.82%91.37%-
XYZ48.4626.5769.59-
YUV134.55175.66198.22-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.81%
GREEN value IS 68 (26.95% from 255) = 13.08%
BLUE value IS 219 (85.94% from 255) = 42.12%
R=44.81%
G=13.08%
B=42.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2336821900.710.060.09305.0978.9559.02
HexE944DB047691314f3b
Octal351104333010761146111773
Binary111010011000100110110110100011111010011001100011001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e944db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e944db; }

 p { color: rgb(233,68,219); }

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

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

 a { background-color: rgb(233,68,219); }

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

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

 span { border-color: rgb(233,68,219); }

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