#E468DA

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

Shades of Free Speech Magenta #E468DA

Tints of Free Speech Magenta #E468DA

Color information

#E468DA (or 0xE468DA) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 68 and DA. RGB value is (228,104,218). Sum of RGB (Red+Green+Blue) = 228+104+218=550 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.45% from 550); Green value is 104 (41.02% from 255 or 18.91% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 228 - color contains mainly: red. Hex color #E468DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E468DA is #1B9725. Grayscale: #999999. Windows color (decimal): -1808166 or 14313700. OLE color: 14313700.

HSL color Cylindrical-coordinate representation of color #E468DA: hue angle of 304.84º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E468DA is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB228104218-
CMYK00.540.040.11
HSL304.84º69.66%65.1%-
HSV(B)304.84º54.39%89.41%-
XYZ49.631.4669.79-
YUV154.07164.08180.73-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.45%
GREEN value IS 104 (41.02% from 255) = 18.91%
BLUE value IS 218 (85.55% from 255) = 39.64%
R=41.45%
G=18.91%
B=39.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810421800.540.040.11304.8469.6665.1
HexE468DA0364B1314641
Octal344150332066413461106101
Binary111001001101000110110100110110100101110011000110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E468DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E468DA; }

 p { color: rgb(228,104,218); }

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

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

 a { background-color: rgb(228,104,218); }

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

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

 span { border-color: rgb(228,104,218); }

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