#E954D9

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

Shades of Free Speech Magenta #E954D9

Tints of Free Speech Magenta #E954D9

Color information

#E954D9 (or 0xE954D9) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 54 and D9. RGB value is (233,84,217). Sum of RGB (Red+Green+Blue) = 233+84+217=534 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.63% from 534); Green value is 84 (33.20% from 255 or 15.73% from 534); Blue value is 217 (85.16% from 255 or 40.64% from 534); Max value from RGB is 233 - color contains mainly: red. Hex color #E954D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E954D9 is #16AB26. Grayscale: #8F8F8F. Windows color (decimal): -1485607 or 14243049. OLE color: 14243049.

HSL color Cylindrical-coordinate representation of color #E954D9: hue angle of 306.44º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E954D9 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB23384217-
CMYK00.640.070.09
HSL306.44º77.2%62.16%-
HSV(B)306.44º63.95%91.37%-
XYZ49.328.6768.58-
YUV143.71169.36191.69-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.63%
GREEN value IS 84 (33.20% from 255) = 15.73%
BLUE value IS 217 (85.16% from 255) = 40.64%
R=43.63%
G=15.73%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338421700.640.070.09306.4477.262.16
HexE954D9040791324d3e
Octal351124331010071146211576
Binary111010011010100110110010100000011110011001100101001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E954D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E954D9; }

 p { color: rgb(233,84,217); }

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

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

 a { background-color: rgb(233,84,217); }

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

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

 span { border-color: rgb(233,84,217); }

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