#E358DD

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

Shades of Free Speech Magenta #E358DD

Tints of Free Speech Magenta #E358DD

Color information

#E358DD (or 0xE358DD) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 58 and DD. RGB value is (227,88,221). Sum of RGB (Red+Green+Blue) = 227+88+221=536 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.35% from 536); Green value is 88 (34.77% from 255 or 16.42% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 227 - color contains mainly: red. Hex color #E358DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E358DD is #1CA722. Grayscale: #909090. Windows color (decimal): -1877795 or 14506211. OLE color: 14506211.

HSL color Cylindrical-coordinate representation of color #E358DD: hue angle of 302.59º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E358DD is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB22788221-
CMYK00.610.030.11
HSL302.59º71.28%61.76%-
HSV(B)302.59º61.23%89.02%-
XYZ48.2228.5371.37-
YUV144.72171.05186.69-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.35%
GREEN value IS 88 (34.77% from 255) = 16.42%
BLUE value IS 221 (86.72% from 255) = 41.23%
R=42.35%
G=16.42%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2278822100.610.030.11302.5971.2861.76
HexE358DD03D3B12f473e
Octal34313033507531345710776
Binary1110001110110001101110101111011110111001011111000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E358DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E358DD; }

 p { color: rgb(227,88,221); }

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

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

 a { background-color: rgb(227,88,221); }

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

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

 span { border-color: rgb(227,88,221); }

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