#E063BC

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

Shades of Free Speech Magenta #E063BC

Tints of Free Speech Magenta #E063BC

Color information

#E063BC (or 0xE063BC) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 63 and BC. RGB value is (224,99,188). Sum of RGB (Red+Green+Blue) = 224+99+188=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 99 (39.06% from 255 or 19.37% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 224 - color contains mainly: red. Hex color #E063BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E063BC is #1F9C43. Grayscale: #929292. Windows color (decimal): -2071620 or 12346336. OLE color: 12346336.

HSL color Cylindrical-coordinate representation of color #E063BC: hue angle of 317.28º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E063BC is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB22499188-
CMYK00.560.160.12
HSL317.28º66.84%63.33%-
HSV(B)317.28º55.8%87.84%-
XYZ44.2828.450.73-
YUV146.52151.41183.26-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.84%
GREEN value IS 99 (39.06% from 255) = 19.37%
BLUE value IS 188 (73.83% from 255) = 36.79%
R=43.84%
G=19.37%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249918800.560.160.12317.2866.8463.33
HexE063BC03810C13d433f
Octal340143274070201447510377
Binary1110000011000111011110001110001000011001001111011000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E063BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E063BC; }

 p { color: rgb(224,99,188); }

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

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

 a { background-color: rgb(224,99,188); }

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

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

 span { border-color: rgb(224,99,188); }

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