#E554C1

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

Shades of Free Speech Magenta #E554C1

Tints of Free Speech Magenta #E554C1

Color information

#E554C1 (or 0xE554C1) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 54 and C1. RGB value is (229,84,193). Sum of RGB (Red+Green+Blue) = 229+84+193=506 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.26% from 506); Green value is 84 (33.20% from 255 or 16.60% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 229 - color contains mainly: red. Hex color #E554C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E554C1 is #1AAB3E. Grayscale: #8B8B8B. Windows color (decimal): -1747775 or 12670181. OLE color: 12670181.

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

Color convert

RGB22984193-
CMYK00.630.160.10
HSL314.9º73.6%61.37%-
HSV(B)314.9º63.32%89.8%-
XYZ45.1126.8553.26-
YUV139.78158.04191.64-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.26%
GREEN value IS 84 (33.20% from 255) = 16.60%
BLUE value IS 193 (75.78% from 255) = 38.14%
R=45.26%
G=16.60%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298419300.630.160.10314.973.661.37
HexE554C103F10A13b4a3d
Octal345124301077201247311275
Binary1110010110101001100000101111111000010101001110111001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E554C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E554C1; }

 p { color: rgb(229,84,193); }

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

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

 a { background-color: rgb(229,84,193); }

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

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

 span { border-color: rgb(229,84,193); }

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