#E057CA

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

Shades of Free Speech Magenta #E057CA

Tints of Free Speech Magenta #E057CA

Color information

#E057CA (or 0xE057CA) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 57 and CA. RGB value is (224,87,202). Sum of RGB (Red+Green+Blue) = 224+87+202=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 87 (34.38% from 255 or 16.96% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E057CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E057CA is #1FA835. Grayscale: #8C8C8C. Windows color (decimal): -2074678 or 13260768. OLE color: 13260768.

HSL color Cylindrical-coordinate representation of color #E057CA: hue angle of 309.64º 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 #E057CA is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB22487202-
CMYK00.610.100.12
HSL309.64º68.84%60.98%-
HSV(B)309.64º61.16%87.84%-
XYZ44.8126.9358.71-
YUV141.07162.39187.15-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.66%
GREEN value IS 87 (34.38% from 255) = 16.96%
BLUE value IS 202 (79.30% from 255) = 39.38%
R=43.66%
G=16.96%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248720200.610.100.12309.6468.8460.98
HexE057CA03DAC136453d
Octal340127312075121446610575
Binary111000001010111110010100111101101011001001101101000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E057CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E057CA; }

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

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

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

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

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

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

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

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