#E949DA

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

Shades of Free Speech Magenta #E949DA

Tints of Free Speech Magenta #E949DA

Color information

#E949DA (or 0xE949DA) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 49 and DA. RGB value is (233,73,218). Sum of RGB (Red+Green+Blue) = 233+73+218=524 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.47% from 524); Green value is 73 (28.91% from 255 or 13.93% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 233 - color contains mainly: red. Hex color #E949DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E949DA is #16B625. Grayscale: #888888. Windows color (decimal): -1488422 or 14305769. OLE color: 14305769.

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

Color convert

RGB23373218-
CMYK00.690.060.09
HSL305.62º78.43%60%-
HSV(B)305.62º68.67%91.37%-
XYZ48.6427.1569.01-
YUV137.37173.51196.21-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.47%
GREEN value IS 73 (28.91% from 255) = 13.93%
BLUE value IS 218 (85.55% from 255) = 41.60%
R=44.47%
G=13.93%
B=41.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2337321800.690.060.09305.6278.4360
HexE949DA045691324e3c
Octal351111332010561146211674
Binary111010011001001110110100100010111010011001100101001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E949DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E949DA; }

 p { color: rgb(233,73,218); }

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

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

 a { background-color: rgb(233,73,218); }

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

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

 span { border-color: rgb(233,73,218); }

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