#E550D5

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

Shades of Free Speech Magenta #E550D5

Tints of Free Speech Magenta #E550D5

Color information

#E550D5 (or 0xE550D5) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 50 and D5. RGB value is (229,80,213). Sum of RGB (Red+Green+Blue) = 229+80+213=522 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.87% from 522); Green value is 80 (31.64% from 255 or 15.33% from 522); Blue value is 213 (83.59% from 255 or 40.80% from 522); Max value from RGB is 229 - color contains mainly: red. Hex color #E550D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E550D5 is #1AAF2A. Grayscale: #8B8B8B. Windows color (decimal): -1748779 or 13979877. OLE color: 13979877.

HSL color Cylindrical-coordinate representation of color #E550D5: hue angle of 306.44º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E550D5 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB22980213-
CMYK00.650.070.10
HSL306.44º74.13%60.59%-
HSV(B)306.44º65.07%89.8%-
XYZ47.1927.265.71-
YUV139.71169.36191.69-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.87%
GREEN value IS 80 (31.64% from 255) = 15.33%
BLUE value IS 213 (83.59% from 255) = 40.80%
R=43.87%
G=15.33%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298021300.650.070.10306.4474.1360.59
HexE550D50417A1324a3d
Octal345120325010171246211275
Binary111001011010000110101010100000111110101001100101001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E550D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E550D5; }

 p { color: rgb(229,80,213); }

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

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

 a { background-color: rgb(229,80,213); }

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

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

 span { border-color: rgb(229,80,213); }

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