#e555dd

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

Shades of Free Speech Magenta #E555DD

Tints of Free Speech Magenta #E555DD

Color information

#E555DD (or 0xE555DD) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 55 and DD. RGB value is (229,85,221). Sum of RGB (Red+Green+Blue) = 229+85+221=535 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.80% from 535); Green value is 85 (33.59% from 255 or 15.89% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 229 - color contains mainly: red. Hex color #E555DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E555DD is #1AAA22. Grayscale: #8F8F8F. Windows color (decimal): -1747491 or 14505445. OLE color: 14505445.

HSL color Cylindrical-coordinate representation of color #E555DD: hue angle of 303.33º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E555DD is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB22985221-
CMYK00.630.030.10
HSL303.33º73.47%61.57%-
HSV(B)303.33º62.88%89.8%-
XYZ48.6128.3871.32-
YUV143.56171.71188.94-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.80%
GREEN value IS 85 (33.59% from 255) = 15.89%
BLUE value IS 221 (86.72% from 255) = 41.31%
R=42.80%
G=15.89%
B=41.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298522100.630.030.10303.3373.4761.57
HexE555DD03F3A12f493e
Octal34512533507731245711176
Binary1110010110101011101110101111111110101001011111001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e555dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e555dd; }

 p { color: rgb(229,85,221); }

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

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

 a { background-color: rgb(229,85,221); }

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

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

 span { border-color: rgb(229,85,221); }

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