#E057D4

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

Shades of Free Speech Magenta #E057D4

Tints of Free Speech Magenta #E057D4

Color information

#E057D4 (or 0xE057D4) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 57 and D4. RGB value is (224,87,212). Sum of RGB (Red+Green+Blue) = 224+87+212=523 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.83% from 523); Green value is 87 (34.38% from 255 or 16.63% from 523); Blue value is 212 (83.20% from 255 or 40.54% from 523); Max value from RGB is 224 - color contains mainly: red. Hex color #E057D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E057D4 is #1FA82B. Grayscale: #8D8D8D. Windows color (decimal): -2074668 or 13916128. OLE color: 13916128.

HSL color Cylindrical-coordinate representation of color #E057D4: hue angle of 305.26º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E057D4 is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB22487212-
CMYK00.610.050.12
HSL305.26º68.84%60.98%-
HSV(B)305.26º61.16%87.84%-
XYZ46.0327.4265.15-
YUV142.21167.39186.34-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.83%
GREEN value IS 87 (34.38% from 255) = 16.63%
BLUE value IS 212 (83.20% from 255) = 40.54%
R=42.83%
G=16.63%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248721200.610.050.12305.2668.8460.98
HexE057D403D5C131453d
Octal34012732407551446110575
Binary11100000101011111010100011110110111001001100011000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E057D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E057D4; }

 p { color: rgb(224,87,212); }

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

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

 a { background-color: rgb(224,87,212); }

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

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

 span { border-color: rgb(224,87,212); }

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