#e468c3

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

Shades of Free Speech Magenta #E468C3

Tints of Free Speech Magenta #E468C3

Color information

#E468C3 (or 0xE468C3) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 68 and C3. RGB value is (228,104,195). Sum of RGB (Red+Green+Blue) = 228+104+195=527 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.26% from 527); Green value is 104 (41.02% from 255 or 19.73% from 527); Blue value is 195 (76.56% from 255 or 37.00% from 527); Max value from RGB is 228 - color contains mainly: red. Hex color #E468C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E468C3 is #1B973C. Grayscale: #979797. Windows color (decimal): -1808189 or 12806372. OLE color: 12806372.

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

Color convert

RGB228104195-
CMYK00.540.140.11
HSL315.97º69.66%65.1%-
HSV(B)315.97º54.39%89.41%-
XYZ46.830.3355.02-
YUV151.45152.58182.6-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.26%
GREEN value IS 104 (41.02% from 255) = 19.73%
BLUE value IS 195 (76.56% from 255) = 37.00%
R=43.26%
G=19.73%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810419500.540.140.11315.9769.6665.1
HexE468C3036EB13c4641
Octal3441503030661613474106101
Binary1110010011010001100001101101101110101110011110010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e468c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e468c3; }

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

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

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

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

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

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

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

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