#E858D8

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

Shades of Free Speech Magenta #E858D8

Tints of Free Speech Magenta #E858D8

Color information

#E858D8 (or 0xE858D8) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 58 and D8. RGB value is (232,88,216). Sum of RGB (Red+Green+Blue) = 232+88+216=536 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.28% from 536); Green value is 88 (34.77% from 255 or 16.42% from 536); Blue value is 216 (84.77% from 255 or 40.30% from 536); Max value from RGB is 232 - color contains mainly: red. Hex color #E858D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E858D8 is #17A727. Grayscale: #919191. Windows color (decimal): -1550120 or 14178536. OLE color: 14178536.

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

Color convert

RGB23288216-
CMYK00.620.070.09
HSL306.67º75.79%62.75%-
HSV(B)306.67º62.07%90.98%-
XYZ49.1629.0967.99-
YUV145.65167.71189.59-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.28%
GREEN value IS 88 (34.77% from 255) = 16.42%
BLUE value IS 216 (84.77% from 255) = 40.30%
R=43.28%
G=16.42%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2328821600.620.070.09306.6775.7962.75
HexE858D803E791334c3f
Octal35013033007671146311477
Binary11101000101100011011000011111011110011001100111001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E858D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E858D8; }

 p { color: rgb(232,88,216); }

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

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

 a { background-color: rgb(232,88,216); }

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

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

 span { border-color: rgb(232,88,216); }

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