#E553CD

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

Shades of Free Speech Magenta #E553CD

Tints of Free Speech Magenta #E553CD

Color information

#E553CD (or 0xE553CD) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 53 and CD. RGB value is (229,83,205). Sum of RGB (Red+Green+Blue) = 229+83+205=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 83 (32.81% from 255 or 16.05% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 229 - color contains mainly: red. Hex color #E553CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E553CD is #1AAC32. Grayscale: #8C8C8C. Windows color (decimal): -1748019 or 13456357. OLE color: 13456357.

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

Color convert

RGB22983205-
CMYK00.640.100.10
HSL309.86º73.74%61.18%-
HSV(B)309.86º63.76%89.8%-
XYZ46.4327.2560.57-
YUV140.56164.37191.08-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.29%
GREEN value IS 83 (32.81% from 255) = 16.05%
BLUE value IS 205 (80.47% from 255) = 39.65%
R=44.29%
G=16.05%
B=39.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298320500.640.100.10309.8673.7461.18
HexE553CD040AA1364a3d
Octal3451233150100121246611275
Binary1110010110100111100110101000000101010101001101101001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E553CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E553CD; }

 p { color: rgb(229,83,205); }

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

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

 a { background-color: rgb(229,83,205); }

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

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

 span { border-color: rgb(229,83,205); }

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